Shades of Downy #76D2CE
Tints of Downy #76D2CE
RGB
CMYK
RGB Variations
Color information
#76D2CE (or 0x76D2CE) is known color: Downy. HEX triplet: 76, D2 and CE. RGB value is (118,210,206). Sum of RGB (Red+Green+Blue) = 118+210+206=534 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.10% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 210 - color contains mainly: green. Hex color #76D2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D2CE is #892D31. Grayscale: #B5B5B5. Windows color (decimal): -8990002 or 13554294. OLE color: 13554294.
HSL color Cylindrical-coordinate representation of color #76D2CE: hue angle of 177.39º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D2CE is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 210 | 206 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.18 |
| HSL | 177.39º | 0.51% | 0.64% | - |
| HSV(B) | 177.39º | 0.44% | 0.82% | - |
| XYZ | 41.66 | 54.4 | 66.7 | - |
| YUV | 182.04 | 141.52 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 210 | 206 | 0.44 | 0 | 0.02 | 0.18 | 177.39 | 0.51 | 0.64 |
| Hex | 76 | D2 | CE | 2C | 0 | 2 | 12 | B1 | 33 | 40 |
| Octal | 166 | 322 | 316 | 54 | 0 | 2 | 22 | 261 | 63 | 100 |
| Binary | 1110110 | 11010010 | 11001110 | 101100 | 0 | 10 | 10010 | 10110001 | 110011 | 1000000 |
Color Harmonies of #76D2CE
Complementary color
Monochromatic Colors of #76D2CE
Black with #76D2CE
Text Example
Text Example
White with #76D2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D2CE; }
p { color: rgb(118,210,206); }
H1.HeaderClassName
{
color: #76D2CE;
}
.AnyTagClassName
{
color: #76D2CE;
}
</style>
background-color css
<style>
a { background-color: #76D2CE; }
a { background-color: rgb(118,210,206); }
div.DivClassName
{
background-color: #76D2CE;
}
.BgClassName
{
background-color: #76D2CE;
}
</style>
border-color css
<style>
span { border-color: #76D2CE; }
span { border-color: rgb(118,210,206); }
td.TdClassName
{
border-color: #76D2CE;
}
.TagClassName
{
border-color: #76D2CE;
}
</style>