Shades of Downy #76CECA
Tints of Downy #76CECA
RGB
CMYK
RGB Variations
Color information
#76CECA (or 0x76CECA) is known color: Downy. HEX triplet: 76, CE and CA. RGB value is (118,206,202). Sum of RGB (Red+Green+Blue) = 118+206+202=526 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.43% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #76CECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CECA is #893135. Grayscale: #B3B3B3. Windows color (decimal): -8991030 or 13291126. OLE color: 13291126.
HSL color Cylindrical-coordinate representation of color #76CECA: hue angle of 177.27º 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 #76CECA is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 206 | 202 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.19 |
| HSL | 177.27º | 0.47% | 0.64% | - |
| HSV(B) | 177.27º | 0.43% | 0.81% | - |
| XYZ | 40.2 | 52.26 | 63.85 | - |
| YUV | 179.23 | 140.85 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 206 | 202 | 0.43 | 0 | 0.02 | 0.19 | 177.27 | 0.47 | 0.64 |
| Hex | 76 | CE | CA | 2B | 0 | 2 | 13 | B1 | 2F | 40 |
| Octal | 166 | 316 | 312 | 53 | 0 | 2 | 23 | 261 | 57 | 100 |
| Binary | 1110110 | 11001110 | 11001010 | 101011 | 0 | 10 | 10011 | 10110001 | 101111 | 1000000 |
Color Harmonies of #76CECA
Complementary color
Monochromatic Colors of #76CECA
Black with #76CECA
Text Example
Text Example
White with #76CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CECA; }
p { color: rgb(118,206,202); }
H1.HeaderClassName
{
color: #76CECA;
}
.AnyTagClassName
{
color: #76CECA;
}
</style>
background-color css
<style>
a { background-color: #76CECA; }
a { background-color: rgb(118,206,202); }
div.DivClassName
{
background-color: #76CECA;
}
.BgClassName
{
background-color: #76CECA;
}
</style>
border-color css
<style>
span { border-color: #76CECA; }
span { border-color: rgb(118,206,202); }
td.TdClassName
{
border-color: #76CECA;
}
.TagClassName
{
border-color: #76CECA;
}
</style>