Shades of Downy #76DAC8
Tints of Downy #76DAC8
RGB
CMYK
RGB Variations
Color information
#76DAC8 (or 0x76DAC8) is known color: Downy. HEX triplet: 76, DA and C8. RGB value is (118,218,200). Sum of RGB (Red+Green+Blue) = 118+218+200=536 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.01% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #76DAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DAC8 is #892537. Grayscale: #BABABA. Windows color (decimal): -8987960 or 13163126. OLE color: 13163126.
HSL color Cylindrical-coordinate representation of color #76DAC8: hue angle of 169.2º 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 #76DAC8 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 218 | 200 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.15 |
| HSL | 169.2º | 0.57% | 0.66% | - |
| HSV(B) | 169.2º | 0.46% | 0.85% | - |
| XYZ | 42.97 | 58.16 | 63.61 | - |
| YUV | 186.05 | 135.87 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 218 | 200 | 0.46 | 0 | 0.08 | 0.15 | 169.2 | 0.57 | 0.66 |
| Hex | 76 | DA | C8 | 2E | 0 | 8 | F | A9 | 39 | 42 |
| Octal | 166 | 332 | 310 | 56 | 0 | 10 | 17 | 251 | 71 | 102 |
| Binary | 1110110 | 11011010 | 11001000 | 101110 | 0 | 1000 | 1111 | 10101001 | 111001 | 1000010 |
Color Harmonies of #76DAC8
Complementary color
Monochromatic Colors of #76DAC8
Black with #76DAC8
Text Example
Text Example
White with #76DAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DAC8; }
p { color: rgb(118,218,200); }
H1.HeaderClassName
{
color: #76DAC8;
}
.AnyTagClassName
{
color: #76DAC8;
}
</style>
background-color css
<style>
a { background-color: #76DAC8; }
a { background-color: rgb(118,218,200); }
div.DivClassName
{
background-color: #76DAC8;
}
.BgClassName
{
background-color: #76DAC8;
}
</style>
border-color css
<style>
span { border-color: #76DAC8; }
span { border-color: rgb(118,218,200); }
td.TdClassName
{
border-color: #76DAC8;
}
.TagClassName
{
border-color: #76DAC8;
}
</style>