Shades of Downy #73E5BA
Tints of Downy #73E5BA
RGB
CMYK
RGB Variations
Color information
#73E5BA (or 0x73E5BA) is known color: Downy. HEX triplet: 73, E5 and BA. RGB value is (115,229,186). Sum of RGB (Red+Green+Blue) = 115+229+186=530 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.70% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 229 - color contains mainly: green. Hex color #73E5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E5BA is #8C1A45. Grayscale: #BEBEBE. Windows color (decimal): -9181766 or 12248435. OLE color: 12248435.
HSL color Cylindrical-coordinate representation of color #73E5BA: hue angle of 157.37º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E5BA is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 229 | 186 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.10 |
| HSL | 157.37º | 0.69% | 0.67% | - |
| HSV(B) | 157.37º | 0.5% | 0.9% | - |
| XYZ | 43.95 | 63.23 | 56.34 | - |
| YUV | 190.01 | 125.73 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 229 | 186 | 0.50 | 0 | 0.19 | 0.10 | 157.37 | 0.69 | 0.67 |
| Hex | 73 | E5 | BA | 32 | 0 | 13 | A | 9D | 45 | 43 |
| Octal | 163 | 345 | 272 | 62 | 0 | 23 | 12 | 235 | 105 | 103 |
| Binary | 1110011 | 11100101 | 10111010 | 110010 | 0 | 10011 | 1010 | 10011101 | 1000101 | 1000011 |
Color Harmonies of #73E5BA
Complementary color
Monochromatic Colors of #73E5BA
Black with #73E5BA
Text Example
Text Example
White with #73E5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E5BA; }
p { color: rgb(115,229,186); }
H1.HeaderClassName
{
color: #73E5BA;
}
.AnyTagClassName
{
color: #73E5BA;
}
</style>
background-color css
<style>
a { background-color: #73E5BA; }
a { background-color: rgb(115,229,186); }
div.DivClassName
{
background-color: #73E5BA;
}
.BgClassName
{
background-color: #73E5BA;
}
</style>
border-color css
<style>
span { border-color: #73E5BA; }
span { border-color: rgb(115,229,186); }
td.TdClassName
{
border-color: #73E5BA;
}
.TagClassName
{
border-color: #73E5BA;
}
</style>