Shades of Downy #76D9BD
Tints of Downy #76D9BD
RGB
CMYK
RGB Variations
Color information
#76D9BD (or 0x76D9BD) is known color: Downy. HEX triplet: 76, D9 and BD. RGB value is (118,217,189). Sum of RGB (Red+Green+Blue) = 118+217+189=524 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.52% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #76D9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D9BD is #892642. Grayscale: #B8B8B8. Windows color (decimal): -8988227 or 12441974. OLE color: 12441974.
HSL color Cylindrical-coordinate representation of color #76D9BD: hue angle of 163.03º 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 #76D9BD is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 217 | 189 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.15 |
| HSL | 163.03º | 0.57% | 0.66% | - |
| HSV(B) | 163.03º | 0.46% | 0.85% | - |
| XYZ | 41.47 | 57.15 | 56.99 | - |
| YUV | 184.21 | 130.7 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 217 | 189 | 0.46 | 0 | 0.13 | 0.15 | 163.03 | 0.57 | 0.66 |
| Hex | 76 | D9 | BD | 2E | 0 | D | F | A3 | 39 | 42 |
| Octal | 166 | 331 | 275 | 56 | 0 | 15 | 17 | 243 | 71 | 102 |
| Binary | 1110110 | 11011001 | 10111101 | 101110 | 0 | 1101 | 1111 | 10100011 | 111001 | 1000010 |
Color Harmonies of #76D9BD
Complementary color
Monochromatic Colors of #76D9BD
Black with #76D9BD
Text Example
Text Example
White with #76D9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D9BD; }
p { color: rgb(118,217,189); }
H1.HeaderClassName
{
color: #76D9BD;
}
.AnyTagClassName
{
color: #76D9BD;
}
</style>
background-color css
<style>
a { background-color: #76D9BD; }
a { background-color: rgb(118,217,189); }
div.DivClassName
{
background-color: #76D9BD;
}
.BgClassName
{
background-color: #76D9BD;
}
</style>
border-color css
<style>
span { border-color: #76D9BD; }
span { border-color: rgb(118,217,189); }
td.TdClassName
{
border-color: #76D9BD;
}
.TagClassName
{
border-color: #76D9BD;
}
</style>