Shades of Downy #76D0BE
Tints of Downy #76D0BE
RGB
CMYK
RGB Variations
Color information
#76D0BE (or 0x76D0BE) is known color: Downy. HEX triplet: 76, D0 and BE. RGB value is (118,208,190). Sum of RGB (Red+Green+Blue) = 118+208+190=516 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.87% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #76D0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D0BE is #892F41. Grayscale: #B3B3B3. Windows color (decimal): -8990530 or 12505206. OLE color: 12505206.
HSL color Cylindrical-coordinate representation of color #76D0BE: hue angle of 168º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76D0BE is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 208 | 190 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.18 |
| HSL | 168º | 0.49% | 0.64% | - |
| HSV(B) | 168º | 0.43% | 0.82% | - |
| XYZ | 39.32 | 52.68 | 56.81 | - |
| YUV | 179.04 | 134.18 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 208 | 190 | 0.43 | 0 | 0.09 | 0.18 | 168 | 0.49 | 0.64 |
| Hex | 76 | D0 | BE | 2B | 0 | 9 | 12 | A8 | 31 | 40 |
| Octal | 166 | 320 | 276 | 53 | 0 | 11 | 22 | 250 | 61 | 100 |
| Binary | 1110110 | 11010000 | 10111110 | 101011 | 0 | 1001 | 10010 | 10101000 | 110001 | 1000000 |
Color Harmonies of #76D0BE
Complementary color
Monochromatic Colors of #76D0BE
Black with #76D0BE
Text Example
Text Example
White with #76D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D0BE; }
p { color: rgb(118,208,190); }
H1.HeaderClassName
{
color: #76D0BE;
}
.AnyTagClassName
{
color: #76D0BE;
}
</style>
background-color css
<style>
a { background-color: #76D0BE; }
a { background-color: rgb(118,208,190); }
div.DivClassName
{
background-color: #76D0BE;
}
.BgClassName
{
background-color: #76D0BE;
}
</style>
border-color css
<style>
span { border-color: #76D0BE; }
span { border-color: rgb(118,208,190); }
td.TdClassName
{
border-color: #76D0BE;
}
.TagClassName
{
border-color: #76D0BE;
}
</style>