Shades of Downy #76D9CE
Tints of Downy #76D9CE
RGB
CMYK
RGB Variations
Color information
#76D9CE (or 0x76D9CE) is known color: Downy. HEX triplet: 76, D9 and CE. RGB value is (118,217,206). Sum of RGB (Red+Green+Blue) = 118+217+206=541 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.81% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 217 - color contains mainly: green. Hex color #76D9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D9CE is #892631. Grayscale: #BABABA. Windows color (decimal): -8988210 or 13556086. OLE color: 13556086.
HSL color Cylindrical-coordinate representation of color #76D9CE: hue angle of 173.33º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D9CE is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 217 | 206 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.15 |
| HSL | 173.33º | 0.57% | 0.66% | - |
| HSV(B) | 173.33º | 0.46% | 0.85% | - |
| XYZ | 43.42 | 57.93 | 67.29 | - |
| YUV | 186.15 | 139.2 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 217 | 206 | 0.46 | 0 | 0.05 | 0.15 | 173.33 | 0.57 | 0.66 |
| Hex | 76 | D9 | CE | 2E | 0 | 5 | F | AD | 39 | 42 |
| Octal | 166 | 331 | 316 | 56 | 0 | 5 | 17 | 255 | 71 | 102 |
| Binary | 1110110 | 11011001 | 11001110 | 101110 | 0 | 101 | 1111 | 10101101 | 111001 | 1000010 |
Color Harmonies of #76D9CE
Complementary color
Monochromatic Colors of #76D9CE
Black with #76D9CE
Text Example
Text Example
White with #76D9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D9CE; }
p { color: rgb(118,217,206); }
H1.HeaderClassName
{
color: #76D9CE;
}
.AnyTagClassName
{
color: #76D9CE;
}
</style>
background-color css
<style>
a { background-color: #76D9CE; }
a { background-color: rgb(118,217,206); }
div.DivClassName
{
background-color: #76D9CE;
}
.BgClassName
{
background-color: #76D9CE;
}
</style>
border-color css
<style>
span { border-color: #76D9CE; }
span { border-color: rgb(118,217,206); }
td.TdClassName
{
border-color: #76D9CE;
}
.TagClassName
{
border-color: #76D9CE;
}
</style>