Shades of Downy #66D4CA
Tints of Downy #66D4CA
RGB
CMYK
RGB Variations
Color information
#66D4CA (or 0x66D4CA) is known color: Downy. HEX triplet: 66, D4 and CA. RGB value is (102,212,202). Sum of RGB (Red+Green+Blue) = 102+212+202=516 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.77% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #66D4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D4CA is #992B35. Grayscale: #B1B1B1. Windows color (decimal): -10038070 or 13292646. OLE color: 13292646.
HSL color Cylindrical-coordinate representation of color #66D4CA: hue angle of 174.55º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D4CA is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 212 | 202 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.17 |
| HSL | 174.55º | 0.56% | 0.62% | - |
| HSV(B) | 174.55º | 0.52% | 0.83% | - |
| XYZ | 39.68 | 54.18 | 64.24 | - |
| YUV | 177.97 | 141.56 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 212 | 202 | 0.52 | 0 | 0.05 | 0.17 | 174.55 | 0.56 | 0.62 |
| Hex | 66 | D4 | CA | 34 | 0 | 5 | 11 | AF | 38 | 3E |
| Octal | 146 | 324 | 312 | 64 | 0 | 5 | 21 | 257 | 70 | 76 |
| Binary | 1100110 | 11010100 | 11001010 | 110100 | 0 | 101 | 10001 | 10101111 | 111000 | 111110 |
Color Harmonies of #66D4CA
Complementary color
Monochromatic Colors of #66D4CA
Black with #66D4CA
Text Example
Text Example
White with #66D4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D4CA; }
p { color: rgb(102,212,202); }
H1.HeaderClassName
{
color: #66D4CA;
}
.AnyTagClassName
{
color: #66D4CA;
}
</style>
background-color css
<style>
a { background-color: #66D4CA; }
a { background-color: rgb(102,212,202); }
div.DivClassName
{
background-color: #66D4CA;
}
.BgClassName
{
background-color: #66D4CA;
}
</style>
border-color css
<style>
span { border-color: #66D4CA; }
span { border-color: rgb(102,212,202); }
td.TdClassName
{
border-color: #66D4CA;
}
.TagClassName
{
border-color: #66D4CA;
}
</style>