Shades of Downy #76DFB9
Tints of Downy #76DFB9
RGB
CMYK
RGB Variations
Color information
#76DFB9 (or 0x76DFB9) is known color: Downy. HEX triplet: 76, DF and B9. RGB value is (118,223,185). Sum of RGB (Red+Green+Blue) = 118+223+185=526 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.43% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #76DFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DFB9 is #892046. Grayscale: #BBBBBB. Windows color (decimal): -8986695 or 12181366. OLE color: 12181366.
HSL color Cylindrical-coordinate representation of color #76DFB9: hue angle of 158.29º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DFB9 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 223 | 185 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.13 |
| HSL | 158.29º | 0.62% | 0.67% | - |
| HSV(B) | 158.29º | 0.47% | 0.87% | - |
| XYZ | 42.62 | 60.13 | 55.26 | - |
| YUV | 187.27 | 126.71 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 185 | 0.47 | 0 | 0.17 | 0.13 | 158.29 | 0.62 | 0.67 |
| Hex | 76 | DF | B9 | 2F | 0 | 11 | D | 9E | 3E | 43 |
| Octal | 166 | 337 | 271 | 57 | 0 | 21 | 15 | 236 | 76 | 103 |
| Binary | 1110110 | 11011111 | 10111001 | 101111 | 0 | 10001 | 1101 | 10011110 | 111110 | 1000011 |
Color Harmonies of #76DFB9
Complementary color
Monochromatic Colors of #76DFB9
Black with #76DFB9
Text Example
Text Example
White with #76DFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DFB9; }
p { color: rgb(118,223,185); }
H1.HeaderClassName
{
color: #76DFB9;
}
.AnyTagClassName
{
color: #76DFB9;
}
</style>
background-color css
<style>
a { background-color: #76DFB9; }
a { background-color: rgb(118,223,185); }
div.DivClassName
{
background-color: #76DFB9;
}
.BgClassName
{
background-color: #76DFB9;
}
</style>
border-color css
<style>
span { border-color: #76DFB9; }
span { border-color: rgb(118,223,185); }
td.TdClassName
{
border-color: #76DFB9;
}
.TagClassName
{
border-color: #76DFB9;
}
</style>