Shades of Downy #66D0BC
Tints of Downy #66D0BC
RGB
CMYK
RGB Variations
Color information
#66D0BC (or 0x66D0BC) is known color: Downy. HEX triplet: 66, D0 and BC. RGB value is (102,208,188). Sum of RGB (Red+Green+Blue) = 102+208+188=498 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.48% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #66D0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D0BC is #992F43. Grayscale: #AEAEAE. Windows color (decimal): -10039108 or 12374118. OLE color: 12374118.
HSL color Cylindrical-coordinate representation of color #66D0BC: hue angle of 168.68º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66D0BC is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 188 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.18 |
| HSL | 168.68º | 0.53% | 0.61% | - |
| HSV(B) | 168.68º | 0.51% | 0.82% | - |
| XYZ | 37.11 | 51.57 | 55.57 | - |
| YUV | 174.03 | 135.88 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 188 | 0.51 | 0 | 0.10 | 0.18 | 168.68 | 0.53 | 0.61 |
| Hex | 66 | D0 | BC | 33 | 0 | A | 12 | A9 | 35 | 3D |
| Octal | 146 | 320 | 274 | 63 | 0 | 12 | 22 | 251 | 65 | 75 |
| Binary | 1100110 | 11010000 | 10111100 | 110011 | 0 | 1010 | 10010 | 10101001 | 110101 | 111101 |
Color Harmonies of #66D0BC
Complementary color
Monochromatic Colors of #66D0BC
Black with #66D0BC
Text Example
Text Example
White with #66D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D0BC; }
p { color: rgb(102,208,188); }
H1.HeaderClassName
{
color: #66D0BC;
}
.AnyTagClassName
{
color: #66D0BC;
}
</style>
background-color css
<style>
a { background-color: #66D0BC; }
a { background-color: rgb(102,208,188); }
div.DivClassName
{
background-color: #66D0BC;
}
.BgClassName
{
background-color: #66D0BC;
}
</style>
border-color css
<style>
span { border-color: #66D0BC; }
span { border-color: rgb(102,208,188); }
td.TdClassName
{
border-color: #66D0BC;
}
.TagClassName
{
border-color: #66D0BC;
}
</style>