Shades of Downy #75E8C1
Tints of Downy #75E8C1
RGB
CMYK
RGB Variations
Color information
#75E8C1 (or 0x75E8C1) is known color: Downy. HEX triplet: 75, E8 and C1. RGB value is (117,232,193). Sum of RGB (Red+Green+Blue) = 117+232+193=542 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.59% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 232 - color contains mainly: green. Hex color #75E8C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E8C1 is #8A173E. Grayscale: #C1C1C1. Windows color (decimal): -9049919 or 12707957. OLE color: 12707957.
HSL color Cylindrical-coordinate representation of color #75E8C1: hue angle of 159.65º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75E8C1 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 232 | 193 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.09 |
| HSL | 159.65º | 0.71% | 0.68% | - |
| HSV(B) | 159.65º | 0.5% | 0.91% | - |
| XYZ | 45.82 | 65.35 | 60.65 | - |
| YUV | 193.17 | 127.9 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 232 | 193 | 0.50 | 0 | 0.17 | 0.09 | 159.65 | 0.71 | 0.68 |
| Hex | 75 | E8 | C1 | 32 | 0 | 11 | 9 | A0 | 47 | 44 |
| Octal | 165 | 350 | 301 | 62 | 0 | 21 | 11 | 240 | 107 | 104 |
| Binary | 1110101 | 11101000 | 11000001 | 110010 | 0 | 10001 | 1001 | 10100000 | 1000111 | 1000100 |
Color Harmonies of #75E8C1
Complementary color
Monochromatic Colors of #75E8C1
Black with #75E8C1
Text Example
Text Example
White with #75E8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E8C1; }
p { color: rgb(117,232,193); }
H1.HeaderClassName
{
color: #75E8C1;
}
.AnyTagClassName
{
color: #75E8C1;
}
</style>
background-color css
<style>
a { background-color: #75E8C1; }
a { background-color: rgb(117,232,193); }
div.DivClassName
{
background-color: #75E8C1;
}
.BgClassName
{
background-color: #75E8C1;
}
</style>
border-color css
<style>
span { border-color: #75E8C1; }
span { border-color: rgb(117,232,193); }
td.TdClassName
{
border-color: #75E8C1;
}
.TagClassName
{
border-color: #75E8C1;
}
</style>