Shades of Downy #76DAB7
Tints of Downy #76DAB7
RGB
CMYK
RGB Variations
Color information
#76DAB7 (or 0x76DAB7) is known color: Downy. HEX triplet: 76, DA and B7. RGB value is (118,218,183). Sum of RGB (Red+Green+Blue) = 118+218+183=519 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.74% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #76DAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DAB7 is #892548. Grayscale: #B8B8B8. Windows color (decimal): -8987977 or 12049014. OLE color: 12049014.
HSL color Cylindrical-coordinate representation of color #76DAB7: hue angle of 159º 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 #76DAB7 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 218 | 183 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.15 |
| HSL | 159º | 0.57% | 0.66% | - |
| HSV(B) | 159º | 0.46% | 0.85% | - |
| XYZ | 41.09 | 57.41 | 53.72 | - |
| YUV | 184.11 | 127.37 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 218 | 183 | 0.46 | 0 | 0.16 | 0.15 | 159 | 0.57 | 0.66 |
| Hex | 76 | DA | B7 | 2E | 0 | 10 | F | 9F | 39 | 42 |
| Octal | 166 | 332 | 267 | 56 | 0 | 20 | 17 | 237 | 71 | 102 |
| Binary | 1110110 | 11011010 | 10110111 | 101110 | 0 | 10000 | 1111 | 10011111 | 111001 | 1000010 |
Color Harmonies of #76DAB7
Complementary color
Monochromatic Colors of #76DAB7
Black with #76DAB7
Text Example
Text Example
White with #76DAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DAB7; }
p { color: rgb(118,218,183); }
H1.HeaderClassName
{
color: #76DAB7;
}
.AnyTagClassName
{
color: #76DAB7;
}
</style>
background-color css
<style>
a { background-color: #76DAB7; }
a { background-color: rgb(118,218,183); }
div.DivClassName
{
background-color: #76DAB7;
}
.BgClassName
{
background-color: #76DAB7;
}
</style>
border-color css
<style>
span { border-color: #76DAB7; }
span { border-color: rgb(118,218,183); }
td.TdClassName
{
border-color: #76DAB7;
}
.TagClassName
{
border-color: #76DAB7;
}
</style>