Shades of Downy #76CAC3
Tints of Downy #76CAC3
RGB
CMYK
RGB Variations
Color information
#76CAC3 (or 0x76CAC3) is known color: Downy. HEX triplet: 76, CA and C3. RGB value is (118,202,195). Sum of RGB (Red+Green+Blue) = 118+202+195=515 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.91% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #76CAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CAC3 is #89353C. Grayscale: #B0B0B0. Windows color (decimal): -8992061 or 12831350. OLE color: 12831350.
HSL color Cylindrical-coordinate representation of color #76CAC3: hue angle of 175º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CAC3 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 202 | 195 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.21 |
| HSL | 175º | 0.44% | 0.63% | - |
| HSV(B) | 175º | 0.42% | 0.79% | - |
| XYZ | 38.44 | 50.03 | 59.26 | - |
| YUV | 176.09 | 138.67 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 202 | 195 | 0.42 | 0 | 0.03 | 0.21 | 175 | 0.44 | 0.63 |
| Hex | 76 | CA | C3 | 2A | 0 | 3 | 15 | AF | 2C | 3F |
| Octal | 166 | 312 | 303 | 52 | 0 | 3 | 25 | 257 | 54 | 77 |
| Binary | 1110110 | 11001010 | 11000011 | 101010 | 0 | 11 | 10101 | 10101111 | 101100 | 111111 |
Color Harmonies of #76CAC3
Complementary color
Monochromatic Colors of #76CAC3
Black with #76CAC3
Text Example
Text Example
White with #76CAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CAC3; }
p { color: rgb(118,202,195); }
H1.HeaderClassName
{
color: #76CAC3;
}
.AnyTagClassName
{
color: #76CAC3;
}
</style>
background-color css
<style>
a { background-color: #76CAC3; }
a { background-color: rgb(118,202,195); }
div.DivClassName
{
background-color: #76CAC3;
}
.BgClassName
{
background-color: #76CAC3;
}
</style>
border-color css
<style>
span { border-color: #76CAC3; }
span { border-color: rgb(118,202,195); }
td.TdClassName
{
border-color: #76CAC3;
}
.TagClassName
{
border-color: #76CAC3;
}
</style>