Shades of Downy #76DABF
Tints of Downy #76DABF
RGB
CMYK
RGB Variations
Color information
#76DABF (or 0x76DABF) is known color: Downy. HEX triplet: 76, DA and BF. RGB value is (118,218,191). Sum of RGB (Red+Green+Blue) = 118+218+191=527 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.39% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #76DABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DABF is #892540. Grayscale: #B9B9B9. Windows color (decimal): -8987969 or 12573302. OLE color: 12573302.
HSL color Cylindrical-coordinate representation of color #76DABF: hue angle of 163.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DABF is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 218 | 191 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.15 |
| HSL | 163.8º | 0.57% | 0.66% | - |
| HSV(B) | 163.8º | 0.46% | 0.85% | - |
| XYZ | 41.95 | 57.76 | 58.23 | - |
| YUV | 185.02 | 131.37 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 218 | 191 | 0.46 | 0 | 0.12 | 0.15 | 163.8 | 0.57 | 0.66 |
| Hex | 76 | DA | BF | 2E | 0 | C | F | A4 | 39 | 42 |
| Octal | 166 | 332 | 277 | 56 | 0 | 14 | 17 | 244 | 71 | 102 |
| Binary | 1110110 | 11011010 | 10111111 | 101110 | 0 | 1100 | 1111 | 10100100 | 111001 | 1000010 |
Color Harmonies of #76DABF
Complementary color
Monochromatic Colors of #76DABF
Black with #76DABF
Text Example
Text Example
White with #76DABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DABF; }
p { color: rgb(118,218,191); }
H1.HeaderClassName
{
color: #76DABF;
}
.AnyTagClassName
{
color: #76DABF;
}
</style>
background-color css
<style>
a { background-color: #76DABF; }
a { background-color: rgb(118,218,191); }
div.DivClassName
{
background-color: #76DABF;
}
.BgClassName
{
background-color: #76DABF;
}
</style>
border-color css
<style>
span { border-color: #76DABF; }
span { border-color: rgb(118,218,191); }
td.TdClassName
{
border-color: #76DABF;
}
.TagClassName
{
border-color: #76DABF;
}
</style>