Shades of Downy #76DDBB
Tints of Downy #76DDBB
RGB
CMYK
RGB Variations
Color information
#76DDBB (or 0x76DDBB) is known color: Downy. HEX triplet: 76, DD and BB. RGB value is (118,221,187). Sum of RGB (Red+Green+Blue) = 118+221+187=526 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.43% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDBB is #892244. Grayscale: #BABABA. Windows color (decimal): -8987205 or 12311926. OLE color: 12311926.
HSL color Cylindrical-coordinate representation of color #76DDBB: hue angle of 160.19º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DDBB is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 221 | 187 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.13 |
| HSL | 160.19º | 0.6% | 0.66% | - |
| HSV(B) | 160.19º | 0.47% | 0.87% | - |
| XYZ | 42.3 | 59.15 | 56.2 | - |
| YUV | 186.33 | 128.38 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 187 | 0.47 | 0 | 0.15 | 0.13 | 160.19 | 0.6 | 0.66 |
| Hex | 76 | DD | BB | 2F | 0 | F | D | A0 | 3C | 42 |
| Octal | 166 | 335 | 273 | 57 | 0 | 17 | 15 | 240 | 74 | 102 |
| Binary | 1110110 | 11011101 | 10111011 | 101111 | 0 | 1111 | 1101 | 10100000 | 111100 | 1000010 |
Color Harmonies of #76DDBB
Complementary color
Monochromatic Colors of #76DDBB
Black with #76DDBB
Text Example
Text Example
White with #76DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DDBB; }
p { color: rgb(118,221,187); }
H1.HeaderClassName
{
color: #76DDBB;
}
.AnyTagClassName
{
color: #76DDBB;
}
</style>
background-color css
<style>
a { background-color: #76DDBB; }
a { background-color: rgb(118,221,187); }
div.DivClassName
{
background-color: #76DDBB;
}
.BgClassName
{
background-color: #76DDBB;
}
</style>
border-color css
<style>
span { border-color: #76DDBB; }
span { border-color: rgb(118,221,187); }
td.TdClassName
{
border-color: #76DDBB;
}
.TagClassName
{
border-color: #76DDBB;
}
</style>