Shades of Downy #76EAB8
Tints of Downy #76EAB8
RGB
CMYK
RGB Variations
Color information
#76EAB8 (or 0x76EAB8) is known color: Downy. HEX triplet: 76, EA and B8. RGB value is (118,234,184). Sum of RGB (Red+Green+Blue) = 118+234+184=536 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.01% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #76EAB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EAB8 is #891547. Grayscale: #C1C1C1. Windows color (decimal): -8983880 or 12118646. OLE color: 12118646.
HSL color Cylindrical-coordinate representation of color #76EAB8: hue angle of 154.14º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EAB8 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 234 | 184 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.08 |
| HSL | 154.14º | 0.73% | 0.69% | - |
| HSV(B) | 154.14º | 0.5% | 0.92% | - |
| XYZ | 45.55 | 66.16 | 55.72 | - |
| YUV | 193.62 | 122.57 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 234 | 184 | 0.50 | 0 | 0.21 | 0.08 | 154.14 | 0.73 | 0.69 |
| Hex | 76 | EA | B8 | 32 | 0 | 15 | 8 | 9A | 49 | 45 |
| Octal | 166 | 352 | 270 | 62 | 0 | 25 | 10 | 232 | 111 | 105 |
| Binary | 1110110 | 11101010 | 10111000 | 110010 | 0 | 10101 | 1000 | 10011010 | 1001001 | 1000101 |
Color Harmonies of #76EAB8
Complementary color
Monochromatic Colors of #76EAB8
Black with #76EAB8
Text Example
Text Example
White with #76EAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EAB8; }
p { color: rgb(118,234,184); }
H1.HeaderClassName
{
color: #76EAB8;
}
.AnyTagClassName
{
color: #76EAB8;
}
</style>
background-color css
<style>
a { background-color: #76EAB8; }
a { background-color: rgb(118,234,184); }
div.DivClassName
{
background-color: #76EAB8;
}
.BgClassName
{
background-color: #76EAB8;
}
</style>
border-color css
<style>
span { border-color: #76EAB8; }
span { border-color: rgb(118,234,184); }
td.TdClassName
{
border-color: #76EAB8;
}
.TagClassName
{
border-color: #76EAB8;
}
</style>