Shades of Downy #75E5BE
Tints of Downy #75E5BE
RGB
CMYK
RGB Variations
Color information
#75E5BE (or 0x75E5BE) is known color: Downy. HEX triplet: 75, E5 and BE. RGB value is (117,229,190). Sum of RGB (Red+Green+Blue) = 117+229+190=536 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.83% from 536); Green value is 229 (89.84% from 255 or 42.72% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 229 - color contains mainly: green. Hex color #75E5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E5BE is #8A1A41. Grayscale: #BFBFBF. Windows color (decimal): -9050690 or 12510581. OLE color: 12510581.
HSL color Cylindrical-coordinate representation of color #75E5BE: hue angle of 159.11º degrees, saturation: 0.68, 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 #75E5BE is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 229 | 190 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.10 |
| HSL | 159.11º | 0.68% | 0.68% | - |
| HSV(B) | 159.11º | 0.49% | 0.9% | - |
| XYZ | 44.65 | 63.54 | 58.63 | - |
| YUV | 191.07 | 127.39 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 229 | 190 | 0.49 | 0 | 0.17 | 0.10 | 159.11 | 0.68 | 0.68 |
| Hex | 75 | E5 | BE | 31 | 0 | 11 | A | 9F | 44 | 44 |
| Octal | 165 | 345 | 276 | 61 | 0 | 21 | 12 | 237 | 104 | 104 |
| Binary | 1110101 | 11100101 | 10111110 | 110001 | 0 | 10001 | 1010 | 10011111 | 1000100 | 1000100 |
Color Harmonies of #75E5BE
Complementary color
Monochromatic Colors of #75E5BE
Black with #75E5BE
Text Example
Text Example
White with #75E5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E5BE; }
p { color: rgb(117,229,190); }
H1.HeaderClassName
{
color: #75E5BE;
}
.AnyTagClassName
{
color: #75E5BE;
}
</style>
background-color css
<style>
a { background-color: #75E5BE; }
a { background-color: rgb(117,229,190); }
div.DivClassName
{
background-color: #75E5BE;
}
.BgClassName
{
background-color: #75E5BE;
}
</style>
border-color css
<style>
span { border-color: #75E5BE; }
span { border-color: rgb(117,229,190); }
td.TdClassName
{
border-color: #75E5BE;
}
.TagClassName
{
border-color: #75E5BE;
}
</style>