Shades of Downy #73EAB7
Tints of Downy #73EAB7
RGB
CMYK
RGB Variations
Color information
#73EAB7 (or 0x73EAB7) is known color: Downy. HEX triplet: 73, EA and B7. RGB value is (115,234,183). Sum of RGB (Red+Green+Blue) = 115+234+183=532 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.62% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 234 - color contains mainly: green. Hex color #73EAB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EAB7 is #8C1548. Grayscale: #C0C0C0. Windows color (decimal): -9180489 or 12053107. OLE color: 12053107.
HSL color Cylindrical-coordinate representation of color #73EAB7: hue angle of 154.29º 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 #73EAB7 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 234 | 183 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.08 |
| HSL | 154.29º | 0.74% | 0.68% | - |
| HSV(B) | 154.29º | 0.51% | 0.92% | - |
| XYZ | 45.04 | 65.91 | 55.15 | - |
| YUV | 192.61 | 122.58 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 234 | 183 | 0.51 | 0 | 0.22 | 0.08 | 154.29 | 0.74 | 0.68 |
| Hex | 73 | EA | B7 | 33 | 0 | 16 | 8 | 9A | 4A | 44 |
| Octal | 163 | 352 | 267 | 63 | 0 | 26 | 10 | 232 | 112 | 104 |
| Binary | 1110011 | 11101010 | 10110111 | 110011 | 0 | 10110 | 1000 | 10011010 | 1001010 | 1000100 |
Color Harmonies of #73EAB7
Complementary color
Monochromatic Colors of #73EAB7
Black with #73EAB7
Text Example
Text Example
White with #73EAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EAB7; }
p { color: rgb(115,234,183); }
H1.HeaderClassName
{
color: #73EAB7;
}
.AnyTagClassName
{
color: #73EAB7;
}
</style>
background-color css
<style>
a { background-color: #73EAB7; }
a { background-color: rgb(115,234,183); }
div.DivClassName
{
background-color: #73EAB7;
}
.BgClassName
{
background-color: #73EAB7;
}
</style>
border-color css
<style>
span { border-color: #73EAB7; }
span { border-color: rgb(115,234,183); }
td.TdClassName
{
border-color: #73EAB7;
}
.TagClassName
{
border-color: #73EAB7;
}
</style>