Shades of Downy #73EAB6
Tints of Downy #73EAB6
RGB
CMYK
RGB Variations
Color information
#73EAB6 (or 0x73EAB6) is known color: Downy. HEX triplet: 73, EA and B6. RGB value is (115,234,182). Sum of RGB (Red+Green+Blue) = 115+234+182=531 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.66% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #73EAB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EAB6 is #8C1549. Grayscale: #C0C0C0. Windows color (decimal): -9180490 or 11987571. OLE color: 11987571.
HSL color Cylindrical-coordinate representation of color #73EAB6: hue angle of 153.78º 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 #73EAB6 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 234 | 182 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.08 |
| HSL | 153.78º | 0.74% | 0.68% | - |
| HSV(B) | 153.78º | 0.51% | 0.92% | - |
| XYZ | 44.94 | 65.87 | 54.6 | - |
| YUV | 192.49 | 122.08 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 234 | 182 | 0.51 | 0 | 0.22 | 0.08 | 153.78 | 0.74 | 0.68 |
| Hex | 73 | EA | B6 | 33 | 0 | 16 | 8 | 9A | 4A | 44 |
| Octal | 163 | 352 | 266 | 63 | 0 | 26 | 10 | 232 | 112 | 104 |
| Binary | 1110011 | 11101010 | 10110110 | 110011 | 0 | 10110 | 1000 | 10011010 | 1001010 | 1000100 |
Color Harmonies of #73EAB6
Complementary color
Monochromatic Colors of #73EAB6
Black with #73EAB6
Text Example
Text Example
White with #73EAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EAB6; }
p { color: rgb(115,234,182); }
H1.HeaderClassName
{
color: #73EAB6;
}
.AnyTagClassName
{
color: #73EAB6;
}
</style>
background-color css
<style>
a { background-color: #73EAB6; }
a { background-color: rgb(115,234,182); }
div.DivClassName
{
background-color: #73EAB6;
}
.BgClassName
{
background-color: #73EAB6;
}
</style>
border-color css
<style>
span { border-color: #73EAB6; }
span { border-color: rgb(115,234,182); }
td.TdClassName
{
border-color: #73EAB6;
}
.TagClassName
{
border-color: #73EAB6;
}
</style>