Shades of Downy #76DEBF
Tints of Downy #76DEBF
RGB
CMYK
RGB Variations
Color information
#76DEBF (or 0x76DEBF) is known color: Downy. HEX triplet: 76, DE and BF. RGB value is (118,222,191). Sum of RGB (Red+Green+Blue) = 118+222+191=531 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.22% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #76DEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DEBF is #892140. Grayscale: #BBBBBB. Windows color (decimal): -8986945 or 12574326. OLE color: 12574326.
HSL color Cylindrical-coordinate representation of color #76DEBF: hue angle of 162.12º 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 #76DEBF is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 222 | 191 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.13 |
| HSL | 162.12º | 0.61% | 0.67% | - |
| HSV(B) | 162.12º | 0.47% | 0.87% | - |
| XYZ | 43 | 59.86 | 58.58 | - |
| YUV | 187.37 | 130.04 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 222 | 191 | 0.47 | 0 | 0.14 | 0.13 | 162.12 | 0.61 | 0.67 |
| Hex | 76 | DE | BF | 2F | 0 | E | D | A2 | 3D | 43 |
| Octal | 166 | 336 | 277 | 57 | 0 | 16 | 15 | 242 | 75 | 103 |
| Binary | 1110110 | 11011110 | 10111111 | 101111 | 0 | 1110 | 1101 | 10100010 | 111101 | 1000011 |
Color Harmonies of #76DEBF
Complementary color
Monochromatic Colors of #76DEBF
Black with #76DEBF
Text Example
Text Example
White with #76DEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DEBF; }
p { color: rgb(118,222,191); }
H1.HeaderClassName
{
color: #76DEBF;
}
.AnyTagClassName
{
color: #76DEBF;
}
</style>
background-color css
<style>
a { background-color: #76DEBF; }
a { background-color: rgb(118,222,191); }
div.DivClassName
{
background-color: #76DEBF;
}
.BgClassName
{
background-color: #76DEBF;
}
</style>
border-color css
<style>
span { border-color: #76DEBF; }
span { border-color: rgb(118,222,191); }
td.TdClassName
{
border-color: #76DEBF;
}
.TagClassName
{
border-color: #76DEBF;
}
</style>