Shades of Downy #66CFBD
Tints of Downy #66CFBD
RGB
CMYK
RGB Variations
Color information
#66CFBD (or 0x66CFBD) is known color: Downy. HEX triplet: 66, CF and BD. RGB value is (102,207,189). Sum of RGB (Red+Green+Blue) = 102+207+189=498 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.48% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #66CFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CFBD is #993042. Grayscale: #ADADAD. Windows color (decimal): -10039363 or 12439398. OLE color: 12439398.
HSL color Cylindrical-coordinate representation of color #66CFBD: hue angle of 169.71º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CFBD is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 189 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.19 |
| HSL | 169.71º | 0.52% | 0.61% | - |
| HSV(B) | 169.71º | 0.51% | 0.81% | - |
| XYZ | 36.98 | 51.12 | 56.06 | - |
| YUV | 173.55 | 136.71 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 189 | 0.51 | 0 | 0.09 | 0.19 | 169.71 | 0.52 | 0.61 |
| Hex | 66 | CF | BD | 33 | 0 | 9 | 13 | AA | 34 | 3D |
| Octal | 146 | 317 | 275 | 63 | 0 | 11 | 23 | 252 | 64 | 75 |
| Binary | 1100110 | 11001111 | 10111101 | 110011 | 0 | 1001 | 10011 | 10101010 | 110100 | 111101 |
Color Harmonies of #66CFBD
Complementary color
Monochromatic Colors of #66CFBD
Black with #66CFBD
Text Example
Text Example
White with #66CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CFBD; }
p { color: rgb(102,207,189); }
H1.HeaderClassName
{
color: #66CFBD;
}
.AnyTagClassName
{
color: #66CFBD;
}
</style>
background-color css
<style>
a { background-color: #66CFBD; }
a { background-color: rgb(102,207,189); }
div.DivClassName
{
background-color: #66CFBD;
}
.BgClassName
{
background-color: #66CFBD;
}
</style>
border-color css
<style>
span { border-color: #66CFBD; }
span { border-color: rgb(102,207,189); }
td.TdClassName
{
border-color: #66CFBD;
}
.TagClassName
{
border-color: #66CFBD;
}
</style>