Shades of Downy #76D4CE
Tints of Downy #76D4CE
RGB
CMYK
RGB Variations
Color information
#76D4CE (or 0x76D4CE) is known color: Downy. HEX triplet: 76, D4 and CE. RGB value is (118,212,206). Sum of RGB (Red+Green+Blue) = 118+212+206=536 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.01% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 212 - color contains mainly: green. Hex color #76D4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D4CE is #892B31. Grayscale: #B7B7B7. Windows color (decimal): -8989490 or 13554806. OLE color: 13554806.
HSL color Cylindrical-coordinate representation of color #76D4CE: hue angle of 176.17º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D4CE is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 212 | 206 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.17 |
| HSL | 176.17º | 0.52% | 0.65% | - |
| HSV(B) | 176.17º | 0.44% | 0.83% | - |
| XYZ | 42.16 | 55.39 | 66.86 | - |
| YUV | 183.21 | 140.86 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 212 | 206 | 0.44 | 0 | 0.03 | 0.17 | 176.17 | 0.52 | 0.65 |
| Hex | 76 | D4 | CE | 2C | 0 | 3 | 11 | B0 | 34 | 41 |
| Octal | 166 | 324 | 316 | 54 | 0 | 3 | 21 | 260 | 64 | 101 |
| Binary | 1110110 | 11010100 | 11001110 | 101100 | 0 | 11 | 10001 | 10110000 | 110100 | 1000001 |
Color Harmonies of #76D4CE
Complementary color
Monochromatic Colors of #76D4CE
Black with #76D4CE
Text Example
Text Example
White with #76D4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D4CE; }
p { color: rgb(118,212,206); }
H1.HeaderClassName
{
color: #76D4CE;
}
.AnyTagClassName
{
color: #76D4CE;
}
</style>
background-color css
<style>
a { background-color: #76D4CE; }
a { background-color: rgb(118,212,206); }
div.DivClassName
{
background-color: #76D4CE;
}
.BgClassName
{
background-color: #76D4CE;
}
</style>
border-color css
<style>
span { border-color: #76D4CE; }
span { border-color: rgb(118,212,206); }
td.TdClassName
{
border-color: #76D4CE;
}
.TagClassName
{
border-color: #76D4CE;
}
</style>