66CDAA Color Hex

#66CDAA Color Hex

#66CDAA Color Information

  • In the RGB color space, the color value #66cdaa is composed of 40% red, 80.39% green, and 66.67% blue.
  • In the CMYK color space, it consists of 0.5 cyan, 0 magenta, 0.17 yellow, and 0 black.
  • It has a color angle of 160 degrees, a saturation of 51%, and a luminance of 60%.
  • Contrast color of #66cdaa is #000000

#66CDAA Color Conversion

Hex 66cdaa #66cdaa
RGB Decimal 102, 205, 170 rgb(102, 205, 170)
RGB Percent 40, 80.39, 66.67 rgb(40%, 80.39%, 66.67%)
HSL 160°,51%,60% hsl(160°,51%,60%)
CMYK 0.5, 0, 0.17, 50
HSV (or HSB) 160°, 44%, 44%,
YUV 170, 128, 78
XYZ 34.567, 49.39, 45.742
CIE-LAB 75.693, -38.332, 8.303

#66cdaa border color

.css_border_solid{ border: 3px solid #66cdaa }
.css_border_dotted{ border: 3px dotted #66cdaa }
.css_border_dashed{ border: 3px dashed #66cdaa }
.css_border_double{ border: 3px double #66cdaa }

Css background gradient color with #66CDAA

.box_css_gradient_with_66cdaa{ 
	background-color: #66cdaa;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cdaa', endColorstr='#1e5d48');
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#66cdaa), to(#1e5d48));
	background-image: -webkit-linear-gradient(top, #66cdaa, #1e5d48);
	background-image: -moz-linear-gradient(top, #66cdaa, #1e5d48);
	background-image: -o-linear-gradient(top, #66cdaa, #1e5d48);
	background-image: linear-gradient(to bottom, #66cdaa, #1e5d48);}

#66cdaa Color Preview on Black Background

Sample font with color #66cdaa on background of color black

#66cdaa Color Preview on White Background

Sample font with color #66cdaa on background of color white

#66cdaa background color

The sample font has a contrasting color to the color #66cdaa

Contrast color with #66cdaa color is #000000