Shades of Downy #73EABD
Tints of Downy #73EABD
RGB
CMYK
RGB Variations
Color information
#73EABD (or 0x73EABD) is known color: Downy. HEX triplet: 73, EA and BD. RGB value is (115,234,189). Sum of RGB (Red+Green+Blue) = 115+234+189=538 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.38% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #73EABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EABD is #8C1542. Grayscale: #C1C1C1. Windows color (decimal): -9180483 or 12446323. OLE color: 12446323.
HSL color Cylindrical-coordinate representation of color #73EABD: hue angle of 157.31º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EABD is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 234 | 189 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.08 |
| HSL | 157.31º | 0.74% | 0.68% | - |
| HSV(B) | 157.31º | 0.51% | 0.92% | - |
| XYZ | 45.68 | 66.16 | 58.51 | - |
| YUV | 193.29 | 125.58 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 234 | 189 | 0.51 | 0 | 0.19 | 0.08 | 157.31 | 0.74 | 0.68 |
| Hex | 73 | EA | BD | 33 | 0 | 13 | 8 | 9D | 4A | 44 |
| Octal | 163 | 352 | 275 | 63 | 0 | 23 | 10 | 235 | 112 | 104 |
| Binary | 1110011 | 11101010 | 10111101 | 110011 | 0 | 10011 | 1000 | 10011101 | 1001010 | 1000100 |
Color Harmonies of #73EABD
Complementary color
Monochromatic Colors of #73EABD
Black with #73EABD
Text Example
Text Example
White with #73EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EABD; }
p { color: rgb(115,234,189); }
H1.HeaderClassName
{
color: #73EABD;
}
.AnyTagClassName
{
color: #73EABD;
}
</style>
background-color css
<style>
a { background-color: #73EABD; }
a { background-color: rgb(115,234,189); }
div.DivClassName
{
background-color: #73EABD;
}
.BgClassName
{
background-color: #73EABD;
}
</style>
border-color css
<style>
span { border-color: #73EABD; }
span { border-color: rgb(115,234,189); }
td.TdClassName
{
border-color: #73EABD;
}
.TagClassName
{
border-color: #73EABD;
}
</style>