Shades of Downy #75E1C8
Tints of Downy #75E1C8
RGB
CMYK
RGB Variations
Color information
#75E1C8 (or 0x75E1C8) is known color: Downy. HEX triplet: 75, E1 and C8. RGB value is (117,225,200). Sum of RGB (Red+Green+Blue) = 117+225+200=542 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.59% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 225 - color contains mainly: green. Hex color #75E1C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E1C8 is #8A1E37. Grayscale: #BDBDBD. Windows color (decimal): -9051704 or 13164917. OLE color: 13164917.
HSL color Cylindrical-coordinate representation of color #75E1C8: hue angle of 166.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E1C8 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 225 | 200 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.12 |
| HSL | 166.11º | 0.64% | 0.67% | - |
| HSV(B) | 166.11º | 0.48% | 0.88% | - |
| XYZ | 44.69 | 61.8 | 64.22 | - |
| YUV | 189.86 | 133.72 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 225 | 200 | 0.48 | 0 | 0.11 | 0.12 | 166.11 | 0.64 | 0.67 |
| Hex | 75 | E1 | C8 | 30 | 0 | B | C | A6 | 40 | 43 |
| Octal | 165 | 341 | 310 | 60 | 0 | 13 | 14 | 246 | 100 | 103 |
| Binary | 1110101 | 11100001 | 11001000 | 110000 | 0 | 1011 | 1100 | 10100110 | 1000000 | 1000011 |
Color Harmonies of #75E1C8
Complementary color
Monochromatic Colors of #75E1C8
Black with #75E1C8
Text Example
Text Example
White with #75E1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E1C8; }
p { color: rgb(117,225,200); }
H1.HeaderClassName
{
color: #75E1C8;
}
.AnyTagClassName
{
color: #75E1C8;
}
</style>
background-color css
<style>
a { background-color: #75E1C8; }
a { background-color: rgb(117,225,200); }
div.DivClassName
{
background-color: #75E1C8;
}
.BgClassName
{
background-color: #75E1C8;
}
</style>
border-color css
<style>
span { border-color: #75E1C8; }
span { border-color: rgb(117,225,200); }
td.TdClassName
{
border-color: #75E1C8;
}
.TagClassName
{
border-color: #75E1C8;
}
</style>