Shades of Downy #76CEC9
Tints of Downy #76CEC9
RGB
CMYK
RGB Variations
Color information
#76CEC9 (or 0x76CEC9) is known color: Downy. HEX triplet: 76, CE and C9. RGB value is (118,206,201). Sum of RGB (Red+Green+Blue) = 118+206+201=525 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.48% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #76CEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CEC9 is #893136. Grayscale: #B3B3B3. Windows color (decimal): -8991031 or 13225590. OLE color: 13225590.
HSL color Cylindrical-coordinate representation of color #76CEC9: hue angle of 176.59º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76CEC9 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 206 | 201 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.19 |
| HSL | 176.59º | 0.47% | 0.64% | - |
| HSV(B) | 176.59º | 0.43% | 0.81% | - |
| XYZ | 40.09 | 52.21 | 63.22 | - |
| YUV | 179.12 | 140.35 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 206 | 201 | 0.43 | 0 | 0.02 | 0.19 | 176.59 | 0.47 | 0.64 |
| Hex | 76 | CE | C9 | 2B | 0 | 2 | 13 | B1 | 2F | 40 |
| Octal | 166 | 316 | 311 | 53 | 0 | 2 | 23 | 261 | 57 | 100 |
| Binary | 1110110 | 11001110 | 11001001 | 101011 | 0 | 10 | 10011 | 10110001 | 101111 | 1000000 |
Color Harmonies of #76CEC9
Complementary color
Monochromatic Colors of #76CEC9
Black with #76CEC9
Text Example
Text Example
White with #76CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CEC9; }
p { color: rgb(118,206,201); }
H1.HeaderClassName
{
color: #76CEC9;
}
.AnyTagClassName
{
color: #76CEC9;
}
</style>
background-color css
<style>
a { background-color: #76CEC9; }
a { background-color: rgb(118,206,201); }
div.DivClassName
{
background-color: #76CEC9;
}
.BgClassName
{
background-color: #76CEC9;
}
</style>
border-color css
<style>
span { border-color: #76CEC9; }
span { border-color: rgb(118,206,201); }
td.TdClassName
{
border-color: #76CEC9;
}
.TagClassName
{
border-color: #76CEC9;
}
</style>