Shades of Downy #75ECBE
Tints of Downy #75ECBE
RGB
CMYK
RGB Variations
Color information
#75ECBE (or 0x75ECBE) is known color: Downy. HEX triplet: 75, EC and BE. RGB value is (117,236,190). Sum of RGB (Red+Green+Blue) = 117+236+190=543 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.55% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #75ECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75ECBE is #8A1341. Grayscale: #C3C3C3. Windows color (decimal): -9048898 or 12512373. OLE color: 12512373.
HSL color Cylindrical-coordinate representation of color #75ECBE: hue angle of 156.81º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75ECBE is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 236 | 190 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.07 |
| HSL | 156.81º | 0.76% | 0.69% | - |
| HSV(B) | 156.81º | 0.5% | 0.93% | - |
| XYZ | 46.63 | 67.49 | 59.28 | - |
| YUV | 195.18 | 125.08 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 236 | 190 | 0.50 | 0 | 0.19 | 0.07 | 156.81 | 0.76 | 0.69 |
| Hex | 75 | EC | BE | 32 | 0 | 13 | 7 | 9D | 4C | 45 |
| Octal | 165 | 354 | 276 | 62 | 0 | 23 | 7 | 235 | 114 | 105 |
| Binary | 1110101 | 11101100 | 10111110 | 110010 | 0 | 10011 | 111 | 10011101 | 1001100 | 1000101 |
Color Harmonies of #75ECBE
Complementary color
Monochromatic Colors of #75ECBE
Black with #75ECBE
Text Example
Text Example
White with #75ECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ECBE; }
p { color: rgb(117,236,190); }
H1.HeaderClassName
{
color: #75ECBE;
}
.AnyTagClassName
{
color: #75ECBE;
}
</style>
background-color css
<style>
a { background-color: #75ECBE; }
a { background-color: rgb(117,236,190); }
div.DivClassName
{
background-color: #75ECBE;
}
.BgClassName
{
background-color: #75ECBE;
}
</style>
border-color css
<style>
span { border-color: #75ECBE; }
span { border-color: rgb(117,236,190); }
td.TdClassName
{
border-color: #75ECBE;
}
.TagClassName
{
border-color: #75ECBE;
}
</style>