Shades of Downy #76EABD
Tints of Downy #76EABD
RGB
CMYK
RGB Variations
Color information
#76EABD (or 0x76EABD) is known color: Downy. HEX triplet: 76, EA and BD. RGB value is (118,234,189). Sum of RGB (Red+Green+Blue) = 118+234+189=541 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.81% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 234 - color contains mainly: green. Hex color #76EABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EABD is #891542. Grayscale: #C2C2C2. Windows color (decimal): -8983875 or 12446326. OLE color: 12446326.
HSL color Cylindrical-coordinate representation of color #76EABD: hue angle of 156.72º 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 #76EABD is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 234 | 189 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.08 |
| HSL | 156.72º | 0.73% | 0.69% | - |
| HSV(B) | 156.72º | 0.5% | 0.92% | - |
| XYZ | 46.08 | 66.37 | 58.53 | - |
| YUV | 194.19 | 125.07 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 234 | 189 | 0.50 | 0 | 0.19 | 0.08 | 156.72 | 0.73 | 0.69 |
| Hex | 76 | EA | BD | 32 | 0 | 13 | 8 | 9D | 49 | 45 |
| Octal | 166 | 352 | 275 | 62 | 0 | 23 | 10 | 235 | 111 | 105 |
| Binary | 1110110 | 11101010 | 10111101 | 110010 | 0 | 10011 | 1000 | 10011101 | 1001001 | 1000101 |
Color Harmonies of #76EABD
Complementary color
Monochromatic Colors of #76EABD
Black with #76EABD
Text Example
Text Example
White with #76EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EABD; }
p { color: rgb(118,234,189); }
H1.HeaderClassName
{
color: #76EABD;
}
.AnyTagClassName
{
color: #76EABD;
}
</style>
background-color css
<style>
a { background-color: #76EABD; }
a { background-color: rgb(118,234,189); }
div.DivClassName
{
background-color: #76EABD;
}
.BgClassName
{
background-color: #76EABD;
}
</style>
border-color css
<style>
span { border-color: #76EABD; }
span { border-color: rgb(118,234,189); }
td.TdClassName
{
border-color: #76EABD;
}
.TagClassName
{
border-color: #76EABD;
}
</style>