Shades of Downy #75E9BC
Tints of Downy #75E9BC
RGB
CMYK
RGB Variations
Color information
#75E9BC (or 0x75E9BC) is known color: Downy. HEX triplet: 75, E9 and BC. RGB value is (117,233,188). Sum of RGB (Red+Green+Blue) = 117+233+188=538 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.75% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 233 - color contains mainly: green. Hex color #75E9BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E9BC is #8A1643. Grayscale: #C1C1C1. Windows color (decimal): -9049668 or 12380533. OLE color: 12380533.
HSL color Cylindrical-coordinate representation of color #75E9BC: hue angle of 156.72º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75E9BC is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 233 | 188 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.09 |
| HSL | 156.72º | 0.73% | 0.69% | - |
| HSV(B) | 156.72º | 0.5% | 0.91% | - |
| XYZ | 45.55 | 65.69 | 57.86 | - |
| YUV | 193.19 | 125.07 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 233 | 188 | 0.50 | 0 | 0.19 | 0.09 | 156.72 | 0.73 | 0.69 |
| Hex | 75 | E9 | BC | 32 | 0 | 13 | 9 | 9D | 48 | 45 |
| Octal | 165 | 351 | 274 | 62 | 0 | 23 | 11 | 235 | 110 | 105 |
| Binary | 1110101 | 11101001 | 10111100 | 110010 | 0 | 10011 | 1001 | 10011101 | 1001000 | 1000101 |
Color Harmonies of #75E9BC
Complementary color
Monochromatic Colors of #75E9BC
Black with #75E9BC
Text Example
Text Example
White with #75E9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E9BC; }
p { color: rgb(117,233,188); }
H1.HeaderClassName
{
color: #75E9BC;
}
.AnyTagClassName
{
color: #75E9BC;
}
</style>
background-color css
<style>
a { background-color: #75E9BC; }
a { background-color: rgb(117,233,188); }
div.DivClassName
{
background-color: #75E9BC;
}
.BgClassName
{
background-color: #75E9BC;
}
</style>
border-color css
<style>
span { border-color: #75E9BC; }
span { border-color: rgb(117,233,188); }
td.TdClassName
{
border-color: #75E9BC;
}
.TagClassName
{
border-color: #75E9BC;
}
</style>