Shades of Downy #73ECBE
Tints of Downy #73ECBE
RGB
CMYK
RGB Variations
Color information
#73ECBE (or 0x73ECBE) is known color: Downy. HEX triplet: 73, EC and BE. RGB value is (115,236,190). Sum of RGB (Red+Green+Blue) = 115+236+190=541 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.26% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 236 - color contains mainly: green. Hex color #73ECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73ECBE is #8C1341. Grayscale: #C2C2C2. Windows color (decimal): -9179970 or 12512371. OLE color: 12512371.
HSL color Cylindrical-coordinate representation of color #73ECBE: hue angle of 157.19º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73ECBE is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 236 | 190 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.07 |
| HSL | 157.19º | 0.76% | 0.69% | - |
| HSV(B) | 157.19º | 0.51% | 0.93% | - |
| XYZ | 46.36 | 67.35 | 59.27 | - |
| YUV | 194.58 | 125.41 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 190 | 0.51 | 0 | 0.19 | 0.07 | 157.19 | 0.76 | 0.69 |
| Hex | 73 | EC | BE | 33 | 0 | 13 | 7 | 9D | 4C | 45 |
| Octal | 163 | 354 | 276 | 63 | 0 | 23 | 7 | 235 | 114 | 105 |
| Binary | 1110011 | 11101100 | 10111110 | 110011 | 0 | 10011 | 111 | 10011101 | 1001100 | 1000101 |
Color Harmonies of #73ECBE
Complementary color
Monochromatic Colors of #73ECBE
Black with #73ECBE
Text Example
Text Example
White with #73ECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ECBE; }
p { color: rgb(115,236,190); }
H1.HeaderClassName
{
color: #73ECBE;
}
.AnyTagClassName
{
color: #73ECBE;
}
</style>
background-color css
<style>
a { background-color: #73ECBE; }
a { background-color: rgb(115,236,190); }
div.DivClassName
{
background-color: #73ECBE;
}
.BgClassName
{
background-color: #73ECBE;
}
</style>
border-color css
<style>
span { border-color: #73ECBE; }
span { border-color: rgb(115,236,190); }
td.TdClassName
{
border-color: #73ECBE;
}
.TagClassName
{
border-color: #73ECBE;
}
</style>