Shades of Downy #66CFBC
Tints of Downy #66CFBC
RGB
CMYK
RGB Variations
Color information
#66CFBC (or 0x66CFBC) is known color: Downy. HEX triplet: 66, CF and BC. RGB value is (102,207,188). Sum of RGB (Red+Green+Blue) = 102+207+188=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #66CFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CFBC is #993043. Grayscale: #ADADAD. Windows color (decimal): -10039364 or 12373862. OLE color: 12373862.
HSL color Cylindrical-coordinate representation of color #66CFBC: hue angle of 169.14º 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 #66CFBC is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 188 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.19 |
| HSL | 169.14º | 0.52% | 0.61% | - |
| HSV(B) | 169.14º | 0.51% | 0.81% | - |
| XYZ | 36.87 | 51.08 | 55.49 | - |
| YUV | 173.44 | 136.21 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 188 | 0.51 | 0 | 0.09 | 0.19 | 169.14 | 0.52 | 0.61 |
| Hex | 66 | CF | BC | 33 | 0 | 9 | 13 | A9 | 34 | 3D |
| Octal | 146 | 317 | 274 | 63 | 0 | 11 | 23 | 251 | 64 | 75 |
| Binary | 1100110 | 11001111 | 10111100 | 110011 | 0 | 1001 | 10011 | 10101001 | 110100 | 111101 |
Color Harmonies of #66CFBC
Complementary color
Monochromatic Colors of #66CFBC
Black with #66CFBC
Text Example
Text Example
White with #66CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CFBC; }
p { color: rgb(102,207,188); }
H1.HeaderClassName
{
color: #66CFBC;
}
.AnyTagClassName
{
color: #66CFBC;
}
</style>
background-color css
<style>
a { background-color: #66CFBC; }
a { background-color: rgb(102,207,188); }
div.DivClassName
{
background-color: #66CFBC;
}
.BgClassName
{
background-color: #66CFBC;
}
</style>
border-color css
<style>
span { border-color: #66CFBC; }
span { border-color: rgb(102,207,188); }
td.TdClassName
{
border-color: #66CFBC;
}
.TagClassName
{
border-color: #66CFBC;
}
</style>