Shades of Downy #66D8CA
Tints of Downy #66D8CA
RGB
CMYK
RGB Variations
Color information
#66D8CA (or 0x66D8CA) is known color: Downy. HEX triplet: 66, D8 and CA. RGB value is (102,216,202). Sum of RGB (Red+Green+Blue) = 102+216+202=520 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.62% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #66D8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D8CA is #992735. Grayscale: #B4B4B4. Windows color (decimal): -10037046 or 13293670. OLE color: 13293670.
HSL color Cylindrical-coordinate representation of color #66D8CA: hue angle of 172.63º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D8CA is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 216 | 202 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.15 |
| HSL | 172.63º | 0.59% | 0.62% | - |
| HSV(B) | 172.63º | 0.53% | 0.85% | - |
| XYZ | 40.7 | 56.2 | 64.58 | - |
| YUV | 180.32 | 140.23 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 216 | 202 | 0.53 | 0 | 0.06 | 0.15 | 172.63 | 0.59 | 0.62 |
| Hex | 66 | D8 | CA | 35 | 0 | 6 | F | AD | 3B | 3E |
| Octal | 146 | 330 | 312 | 65 | 0 | 6 | 17 | 255 | 73 | 76 |
| Binary | 1100110 | 11011000 | 11001010 | 110101 | 0 | 110 | 1111 | 10101101 | 111011 | 111110 |
Color Harmonies of #66D8CA
Complementary color
Monochromatic Colors of #66D8CA
Black with #66D8CA
Text Example
Text Example
White with #66D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D8CA; }
p { color: rgb(102,216,202); }
H1.HeaderClassName
{
color: #66D8CA;
}
.AnyTagClassName
{
color: #66D8CA;
}
</style>
background-color css
<style>
a { background-color: #66D8CA; }
a { background-color: rgb(102,216,202); }
div.DivClassName
{
background-color: #66D8CA;
}
.BgClassName
{
background-color: #66D8CA;
}
</style>
border-color css
<style>
span { border-color: #66D8CA; }
span { border-color: rgb(102,216,202); }
td.TdClassName
{
border-color: #66D8CA;
}
.TagClassName
{
border-color: #66D8CA;
}
</style>