Shades of Downy #66DBCB
Tints of Downy #66DBCB
RGB
CMYK
RGB Variations
Color information
#66DBCB (or 0x66DBCB) is known color: Downy. HEX triplet: 66, DB and CB. RGB value is (102,219,203). Sum of RGB (Red+Green+Blue) = 102+219+203=524 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.47% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #66DBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DBCB is #992434. Grayscale: #B6B6B6. Windows color (decimal): -10036277 or 13359974. OLE color: 13359974.
HSL color Cylindrical-coordinate representation of color #66DBCB: hue angle of 171.79º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DBCB is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 219 | 203 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.14 |
| HSL | 171.79º | 0.62% | 0.63% | - |
| HSV(B) | 171.79º | 0.53% | 0.86% | - |
| XYZ | 41.59 | 57.8 | 65.46 | - |
| YUV | 182.19 | 139.74 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 203 | 0.53 | 0 | 0.07 | 0.14 | 171.79 | 0.62 | 0.63 |
| Hex | 66 | DB | CB | 35 | 0 | 7 | E | AC | 3E | 3F |
| Octal | 146 | 333 | 313 | 65 | 0 | 7 | 16 | 254 | 76 | 77 |
| Binary | 1100110 | 11011011 | 11001011 | 110101 | 0 | 111 | 1110 | 10101100 | 111110 | 111111 |
Color Harmonies of #66DBCB
Complementary color
Monochromatic Colors of #66DBCB
Black with #66DBCB
Text Example
Text Example
White with #66DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DBCB; }
p { color: rgb(102,219,203); }
H1.HeaderClassName
{
color: #66DBCB;
}
.AnyTagClassName
{
color: #66DBCB;
}
</style>
background-color css
<style>
a { background-color: #66DBCB; }
a { background-color: rgb(102,219,203); }
div.DivClassName
{
background-color: #66DBCB;
}
.BgClassName
{
background-color: #66DBCB;
}
</style>
border-color css
<style>
span { border-color: #66DBCB; }
span { border-color: rgb(102,219,203); }
td.TdClassName
{
border-color: #66DBCB;
}
.TagClassName
{
border-color: #66DBCB;
}
</style>