Shades of Downy #76DCBE
Tints of Downy #76DCBE
RGB
CMYK
RGB Variations
Color information
#76DCBE (or 0x76DCBE) is known color: Downy. HEX triplet: 76, DC and BE. RGB value is (118,220,190). Sum of RGB (Red+Green+Blue) = 118+220+190=528 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.35% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCBE is #892341. Grayscale: #BABABA. Windows color (decimal): -8987458 or 12508278. OLE color: 12508278.
HSL color Cylindrical-coordinate representation of color #76DCBE: hue angle of 162.35º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DCBE is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 190 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.14 |
| HSL | 162.35º | 0.59% | 0.66% | - |
| HSV(B) | 162.35º | 0.46% | 0.86% | - |
| XYZ | 42.36 | 58.76 | 57.82 | - |
| YUV | 186.08 | 130.21 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 190 | 0.46 | 0 | 0.14 | 0.14 | 162.35 | 0.59 | 0.66 |
| Hex | 76 | DC | BE | 2E | 0 | E | E | A2 | 3B | 42 |
| Octal | 166 | 334 | 276 | 56 | 0 | 16 | 16 | 242 | 73 | 102 |
| Binary | 1110110 | 11011100 | 10111110 | 101110 | 0 | 1110 | 1110 | 10100010 | 111011 | 1000010 |
Color Harmonies of #76DCBE
Complementary color
Monochromatic Colors of #76DCBE
Black with #76DCBE
Text Example
Text Example
White with #76DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DCBE; }
p { color: rgb(118,220,190); }
H1.HeaderClassName
{
color: #76DCBE;
}
.AnyTagClassName
{
color: #76DCBE;
}
</style>
background-color css
<style>
a { background-color: #76DCBE; }
a { background-color: rgb(118,220,190); }
div.DivClassName
{
background-color: #76DCBE;
}
.BgClassName
{
background-color: #76DCBE;
}
</style>
border-color css
<style>
span { border-color: #76DCBE; }
span { border-color: rgb(118,220,190); }
td.TdClassName
{
border-color: #76DCBE;
}
.TagClassName
{
border-color: #76DCBE;
}
</style>