Shades of Downy #73E1BA
Tints of Downy #73E1BA
RGB
CMYK
RGB Variations
Color information
#73E1BA (or 0x73E1BA) is known color: Downy. HEX triplet: 73, E1 and BA. RGB value is (115,225,186). Sum of RGB (Red+Green+Blue) = 115+225+186=526 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.86% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 225 - color contains mainly: green. Hex color #73E1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E1BA is #8C1E45. Grayscale: #BBBBBB. Windows color (decimal): -9182790 or 12247411. OLE color: 12247411.
HSL color Cylindrical-coordinate representation of color #73E1BA: hue angle of 158.73º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73E1BA is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 225 | 186 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.12 |
| HSL | 158.73º | 0.65% | 0.67% | - |
| HSV(B) | 158.73º | 0.49% | 0.88% | - |
| XYZ | 42.86 | 61.04 | 55.98 | - |
| YUV | 187.66 | 127.06 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 225 | 186 | 0.49 | 0 | 0.17 | 0.12 | 158.73 | 0.65 | 0.67 |
| Hex | 73 | E1 | BA | 31 | 0 | 11 | C | 9F | 41 | 43 |
| Octal | 163 | 341 | 272 | 61 | 0 | 21 | 14 | 237 | 101 | 103 |
| Binary | 1110011 | 11100001 | 10111010 | 110001 | 0 | 10001 | 1100 | 10011111 | 1000001 | 1000011 |
Color Harmonies of #73E1BA
Complementary color
Monochromatic Colors of #73E1BA
Black with #73E1BA
Text Example
Text Example
White with #73E1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E1BA; }
p { color: rgb(115,225,186); }
H1.HeaderClassName
{
color: #73E1BA;
}
.AnyTagClassName
{
color: #73E1BA;
}
</style>
background-color css
<style>
a { background-color: #73E1BA; }
a { background-color: rgb(115,225,186); }
div.DivClassName
{
background-color: #73E1BA;
}
.BgClassName
{
background-color: #73E1BA;
}
</style>
border-color css
<style>
span { border-color: #73E1BA; }
span { border-color: rgb(115,225,186); }
td.TdClassName
{
border-color: #73E1BA;
}
.TagClassName
{
border-color: #73E1BA;
}
</style>