Shades of Downy #76DBCE
Tints of Downy #76DBCE
RGB
CMYK
RGB Variations
Color information
#76DBCE (or 0x76DBCE) is known color: Downy. HEX triplet: 76, DB and CE. RGB value is (118,219,206). Sum of RGB (Red+Green+Blue) = 118+219+206=543 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.73% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #76DBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DBCE is #892431. Grayscale: #BBBBBB. Windows color (decimal): -8987698 or 13556598. OLE color: 13556598.
HSL color Cylindrical-coordinate representation of color #76DBCE: hue angle of 172.28º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DBCE is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 219 | 206 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.14 |
| HSL | 172.28º | 0.58% | 0.66% | - |
| HSV(B) | 172.28º | 0.46% | 0.86% | - |
| XYZ | 43.94 | 58.97 | 67.46 | - |
| YUV | 187.32 | 138.54 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 206 | 0.46 | 0 | 0.06 | 0.14 | 172.28 | 0.58 | 0.66 |
| Hex | 76 | DB | CE | 2E | 0 | 6 | E | AC | 3A | 42 |
| Octal | 166 | 333 | 316 | 56 | 0 | 6 | 16 | 254 | 72 | 102 |
| Binary | 1110110 | 11011011 | 11001110 | 101110 | 0 | 110 | 1110 | 10101100 | 111010 | 1000010 |
Color Harmonies of #76DBCE
Complementary color
Monochromatic Colors of #76DBCE
Black with #76DBCE
Text Example
Text Example
White with #76DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DBCE; }
p { color: rgb(118,219,206); }
H1.HeaderClassName
{
color: #76DBCE;
}
.AnyTagClassName
{
color: #76DBCE;
}
</style>
background-color css
<style>
a { background-color: #76DBCE; }
a { background-color: rgb(118,219,206); }
div.DivClassName
{
background-color: #76DBCE;
}
.BgClassName
{
background-color: #76DBCE;
}
</style>
border-color css
<style>
span { border-color: #76DBCE; }
span { border-color: rgb(118,219,206); }
td.TdClassName
{
border-color: #76DBCE;
}
.TagClassName
{
border-color: #76DBCE;
}
</style>