Shades of Downy #76CFC2
Tints of Downy #76CFC2
RGB
CMYK
RGB Variations
Color information
#76CFC2 (or 0x76CFC2) is known color: Downy. HEX triplet: 76, CF and C2. RGB value is (118,207,194). Sum of RGB (Red+Green+Blue) = 118+207+194=519 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.74% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #76CFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CFC2 is #89303D. Grayscale: #B2B2B2. Windows color (decimal): -8990782 or 12767094. OLE color: 12767094.
HSL color Cylindrical-coordinate representation of color #76CFC2: hue angle of 171.24º degrees, saturation: 0.48, 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 #76CFC2 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 207 | 194 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.19 |
| HSL | 171.24º | 0.48% | 0.64% | - |
| HSV(B) | 171.24º | 0.43% | 0.81% | - |
| XYZ | 39.52 | 52.37 | 59.06 | - |
| YUV | 178.91 | 136.51 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 207 | 194 | 0.43 | 0 | 0.06 | 0.19 | 171.24 | 0.48 | 0.64 |
| Hex | 76 | CF | C2 | 2B | 0 | 6 | 13 | AB | 30 | 40 |
| Octal | 166 | 317 | 302 | 53 | 0 | 6 | 23 | 253 | 60 | 100 |
| Binary | 1110110 | 11001111 | 11000010 | 101011 | 0 | 110 | 10011 | 10101011 | 110000 | 1000000 |
Color Harmonies of #76CFC2
Complementary color
Monochromatic Colors of #76CFC2
Black with #76CFC2
Text Example
Text Example
White with #76CFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CFC2; }
p { color: rgb(118,207,194); }
H1.HeaderClassName
{
color: #76CFC2;
}
.AnyTagClassName
{
color: #76CFC2;
}
</style>
background-color css
<style>
a { background-color: #76CFC2; }
a { background-color: rgb(118,207,194); }
div.DivClassName
{
background-color: #76CFC2;
}
.BgClassName
{
background-color: #76CFC2;
}
</style>
border-color css
<style>
span { border-color: #76CFC2; }
span { border-color: rgb(118,207,194); }
td.TdClassName
{
border-color: #76CFC2;
}
.TagClassName
{
border-color: #76CFC2;
}
</style>