Shades of Downy #66CFBB
Tints of Downy #66CFBB
RGB
CMYK
RGB Variations
Color information
#66CFBB (or 0x66CFBB) is known color: Downy. HEX triplet: 66, CF and BB. RGB value is (102,207,187). Sum of RGB (Red+Green+Blue) = 102+207+187=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #66CFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CFBB is #993044. Grayscale: #ADADAD. Windows color (decimal): -10039365 or 12308326. OLE color: 12308326.
HSL color Cylindrical-coordinate representation of color #66CFBB: hue angle of 168.57º 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 #66CFBB is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 187 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.19 |
| HSL | 168.57º | 0.52% | 0.61% | - |
| HSV(B) | 168.57º | 0.51% | 0.81% | - |
| XYZ | 36.76 | 51.04 | 54.93 | - |
| YUV | 173.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 187 | 0.51 | 0 | 0.10 | 0.19 | 168.57 | 0.52 | 0.61 |
| Hex | 66 | CF | BB | 33 | 0 | A | 13 | A9 | 34 | 3D |
| Octal | 146 | 317 | 273 | 63 | 0 | 12 | 23 | 251 | 64 | 75 |
| Binary | 1100110 | 11001111 | 10111011 | 110011 | 0 | 1010 | 10011 | 10101001 | 110100 | 111101 |
Color Harmonies of #66CFBB
Complementary color
Monochromatic Colors of #66CFBB
Black with #66CFBB
Text Example
Text Example
White with #66CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CFBB; }
p { color: rgb(102,207,187); }
H1.HeaderClassName
{
color: #66CFBB;
}
.AnyTagClassName
{
color: #66CFBB;
}
</style>
background-color css
<style>
a { background-color: #66CFBB; }
a { background-color: rgb(102,207,187); }
div.DivClassName
{
background-color: #66CFBB;
}
.BgClassName
{
background-color: #66CFBB;
}
</style>
border-color css
<style>
span { border-color: #66CFBB; }
span { border-color: rgb(102,207,187); }
td.TdClassName
{
border-color: #66CFBB;
}
.TagClassName
{
border-color: #66CFBB;
}
</style>