Shades of Downy #73EEB9
Tints of Downy #73EEB9
RGB
CMYK
RGB Variations
Color information
#73EEB9 (or 0x73EEB9) is known color: Downy. HEX triplet: 73, EE and B9. RGB value is (115,238,185). Sum of RGB (Red+Green+Blue) = 115+238+185=538 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.38% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #73EEB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EEB9 is #8C1146. Grayscale: #C3C3C3. Windows color (decimal): -9179463 or 12185203. OLE color: 12185203.
HSL color Cylindrical-coordinate representation of color #73EEB9: hue angle of 154.15º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EEB9 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 238 | 185 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.07 |
| HSL | 154.15º | 0.78% | 0.69% | - |
| HSV(B) | 154.15º | 0.52% | 0.93% | - |
| XYZ | 46.4 | 68.3 | 56.64 | - |
| YUV | 195.18 | 122.25 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 238 | 185 | 0.52 | 0 | 0.22 | 0.07 | 154.15 | 0.78 | 0.69 |
| Hex | 73 | EE | B9 | 34 | 0 | 16 | 7 | 9A | 4E | 45 |
| Octal | 163 | 356 | 271 | 64 | 0 | 26 | 7 | 232 | 116 | 105 |
| Binary | 1110011 | 11101110 | 10111001 | 110100 | 0 | 10110 | 111 | 10011010 | 1001110 | 1000101 |
Color Harmonies of #73EEB9
Complementary color
Monochromatic Colors of #73EEB9
Black with #73EEB9
Text Example
Text Example
White with #73EEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EEB9; }
p { color: rgb(115,238,185); }
H1.HeaderClassName
{
color: #73EEB9;
}
.AnyTagClassName
{
color: #73EEB9;
}
</style>
background-color css
<style>
a { background-color: #73EEB9; }
a { background-color: rgb(115,238,185); }
div.DivClassName
{
background-color: #73EEB9;
}
.BgClassName
{
background-color: #73EEB9;
}
</style>
border-color css
<style>
span { border-color: #73EEB9; }
span { border-color: rgb(115,238,185); }
td.TdClassName
{
border-color: #73EEB9;
}
.TagClassName
{
border-color: #73EEB9;
}
</style>