Shades of Downy #66D4CD
Tints of Downy #66D4CD
RGB
CMYK
RGB Variations
Color information
#66D4CD (or 0x66D4CD) is known color: Downy. HEX triplet: 66, D4 and CD. RGB value is (102,212,205). Sum of RGB (Red+Green+Blue) = 102+212+205=519 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.65% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #66D4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D4CD is #992B32. Grayscale: #B2B2B2. Windows color (decimal): -10038067 or 13489254. OLE color: 13489254.
HSL color Cylindrical-coordinate representation of color #66D4CD: hue angle of 176.18º 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 #66D4CD is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 212 | 205 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.17 |
| HSL | 176.18º | 0.56% | 0.62% | - |
| HSV(B) | 176.18º | 0.52% | 0.83% | - |
| XYZ | 40.04 | 54.32 | 66.13 | - |
| YUV | 178.31 | 143.06 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 212 | 205 | 0.52 | 0 | 0.03 | 0.17 | 176.18 | 0.56 | 0.62 |
| Hex | 66 | D4 | CD | 34 | 0 | 3 | 11 | B0 | 38 | 3E |
| Octal | 146 | 324 | 315 | 64 | 0 | 3 | 21 | 260 | 70 | 76 |
| Binary | 1100110 | 11010100 | 11001101 | 110100 | 0 | 11 | 10001 | 10110000 | 111000 | 111110 |
Color Harmonies of #66D4CD
Complementary color
Monochromatic Colors of #66D4CD
Black with #66D4CD
Text Example
Text Example
White with #66D4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D4CD; }
p { color: rgb(102,212,205); }
H1.HeaderClassName
{
color: #66D4CD;
}
.AnyTagClassName
{
color: #66D4CD;
}
</style>
background-color css
<style>
a { background-color: #66D4CD; }
a { background-color: rgb(102,212,205); }
div.DivClassName
{
background-color: #66D4CD;
}
.BgClassName
{
background-color: #66D4CD;
}
</style>
border-color css
<style>
span { border-color: #66D4CD; }
span { border-color: rgb(102,212,205); }
td.TdClassName
{
border-color: #66D4CD;
}
.TagClassName
{
border-color: #66D4CD;
}
</style>