Shades of Downy #76DACE
Tints of Downy #76DACE
RGB
CMYK
RGB Variations
Color information
#76DACE (or 0x76DACE) is known color: Downy. HEX triplet: 76, DA and CE. RGB value is (118,218,206). Sum of RGB (Red+Green+Blue) = 118+218+206=542 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.77% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #76DACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DACE is #892531. Grayscale: #BABABA. Windows color (decimal): -8987954 or 13556342. OLE color: 13556342.
HSL color Cylindrical-coordinate representation of color #76DACE: hue angle of 172.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 #76DACE is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 218 | 206 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.15 |
| HSL | 172.8º | 0.57% | 0.66% | - |
| HSV(B) | 172.8º | 0.46% | 0.85% | - |
| XYZ | 43.68 | 58.45 | 67.37 | - |
| YUV | 186.73 | 138.87 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 218 | 206 | 0.46 | 0 | 0.06 | 0.15 | 172.8 | 0.57 | 0.66 |
| Hex | 76 | DA | CE | 2E | 0 | 6 | F | AD | 39 | 42 |
| Octal | 166 | 332 | 316 | 56 | 0 | 6 | 17 | 255 | 71 | 102 |
| Binary | 1110110 | 11011010 | 11001110 | 101110 | 0 | 110 | 1111 | 10101101 | 111001 | 1000010 |
Color Harmonies of #76DACE
Complementary color
Monochromatic Colors of #76DACE
Black with #76DACE
Text Example
Text Example
White with #76DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DACE; }
p { color: rgb(118,218,206); }
H1.HeaderClassName
{
color: #76DACE;
}
.AnyTagClassName
{
color: #76DACE;
}
</style>
background-color css
<style>
a { background-color: #76DACE; }
a { background-color: rgb(118,218,206); }
div.DivClassName
{
background-color: #76DACE;
}
.BgClassName
{
background-color: #76DACE;
}
</style>
border-color css
<style>
span { border-color: #76DACE; }
span { border-color: rgb(118,218,206); }
td.TdClassName
{
border-color: #76DACE;
}
.TagClassName
{
border-color: #76DACE;
}
</style>