Shades of Downy #76E6C1
Tints of Downy #76E6C1
RGB
CMYK
RGB Variations
Color information
#76E6C1 (or 0x76E6C1) is known color: Downy. HEX triplet: 76, E6 and C1. RGB value is (118,230,193). Sum of RGB (Red+Green+Blue) = 118+230+193=541 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.81% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 230 - color contains mainly: green. Hex color #76E6C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E6C1 is #89193E. Grayscale: #C0C0C0. Windows color (decimal): -8984895 or 12707446. OLE color: 12707446.
HSL color Cylindrical-coordinate representation of color #76E6C1: hue angle of 160.18º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E6C1 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 230 | 193 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.10 |
| HSL | 160.18º | 0.69% | 0.68% | - |
| HSV(B) | 160.18º | 0.49% | 0.9% | - |
| XYZ | 45.39 | 64.3 | 60.47 | - |
| YUV | 192.29 | 128.39 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 230 | 193 | 0.49 | 0 | 0.16 | 0.10 | 160.18 | 0.69 | 0.68 |
| Hex | 76 | E6 | C1 | 31 | 0 | 10 | A | A0 | 45 | 44 |
| Octal | 166 | 346 | 301 | 61 | 0 | 20 | 12 | 240 | 105 | 104 |
| Binary | 1110110 | 11100110 | 11000001 | 110001 | 0 | 10000 | 1010 | 10100000 | 1000101 | 1000100 |
Color Harmonies of #76E6C1
Complementary color
Monochromatic Colors of #76E6C1
Black with #76E6C1
Text Example
Text Example
White with #76E6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E6C1; }
p { color: rgb(118,230,193); }
H1.HeaderClassName
{
color: #76E6C1;
}
.AnyTagClassName
{
color: #76E6C1;
}
</style>
background-color css
<style>
a { background-color: #76E6C1; }
a { background-color: rgb(118,230,193); }
div.DivClassName
{
background-color: #76E6C1;
}
.BgClassName
{
background-color: #76E6C1;
}
</style>
border-color css
<style>
span { border-color: #76E6C1; }
span { border-color: rgb(118,230,193); }
td.TdClassName
{
border-color: #76E6C1;
}
.TagClassName
{
border-color: #76E6C1;
}
</style>