Shades of Downy #76DEBE
Tints of Downy #76DEBE
RGB
CMYK
RGB Variations
Color information
#76DEBE (or 0x76DEBE) is known color: Downy. HEX triplet: 76, DE and BE. RGB value is (118,222,190). Sum of RGB (Red+Green+Blue) = 118+222+190=530 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.26% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #76DEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DEBE is #892141. Grayscale: #BBBBBB. Windows color (decimal): -8986946 or 12508790. OLE color: 12508790.
HSL color Cylindrical-coordinate representation of color #76DEBE: hue angle of 161.54º degrees, saturation: 0.61, 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 #76DEBE is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 222 | 190 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.13 |
| HSL | 161.54º | 0.61% | 0.67% | - |
| HSV(B) | 161.54º | 0.47% | 0.87% | - |
| XYZ | 42.89 | 59.81 | 58 | - |
| YUV | 187.26 | 129.54 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 222 | 190 | 0.47 | 0 | 0.14 | 0.13 | 161.54 | 0.61 | 0.67 |
| Hex | 76 | DE | BE | 2F | 0 | E | D | A2 | 3D | 43 |
| Octal | 166 | 336 | 276 | 57 | 0 | 16 | 15 | 242 | 75 | 103 |
| Binary | 1110110 | 11011110 | 10111110 | 101111 | 0 | 1110 | 1101 | 10100010 | 111101 | 1000011 |
Color Harmonies of #76DEBE
Complementary color
Monochromatic Colors of #76DEBE
Black with #76DEBE
Text Example
Text Example
White with #76DEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DEBE; }
p { color: rgb(118,222,190); }
H1.HeaderClassName
{
color: #76DEBE;
}
.AnyTagClassName
{
color: #76DEBE;
}
</style>
background-color css
<style>
a { background-color: #76DEBE; }
a { background-color: rgb(118,222,190); }
div.DivClassName
{
background-color: #76DEBE;
}
.BgClassName
{
background-color: #76DEBE;
}
</style>
border-color css
<style>
span { border-color: #76DEBE; }
span { border-color: rgb(118,222,190); }
td.TdClassName
{
border-color: #76DEBE;
}
.TagClassName
{
border-color: #76DEBE;
}
</style>