Shades of Downy #73E6B5
Tints of Downy #73E6B5
RGB
CMYK
RGB Variations
Color information
#73E6B5 (or 0x73E6B5) is known color: Downy. HEX triplet: 73, E6 and B5. RGB value is (115,230,181). Sum of RGB (Red+Green+Blue) = 115+230+181=526 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.86% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 230 - color contains mainly: green. Hex color #73E6B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E6B5 is #8C194A. Grayscale: #BEBEBE. Windows color (decimal): -9181515 or 11921011. OLE color: 11921011.
HSL color Cylindrical-coordinate representation of color #73E6B5: hue angle of 154.43º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E6B5 is Cyan = 0.5, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 230 | 181 | - |
| CMYK | 0.5 | 0 | 0.21 | 0.10 |
| HSL | 154.43º | 0.7% | 0.68% | - |
| HSV(B) | 154.43º | 0.5% | 0.9% | - |
| XYZ | 43.71 | 63.57 | 53.68 | - |
| YUV | 190.03 | 122.9 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 230 | 181 | 0.5 | 0 | 0.21 | 0.10 | 154.43 | 0.7 | 0.68 |
| Hex | 73 | E6 | B5 | 32 | 0 | 15 | A | 9A | 46 | 44 |
| Octal | 163 | 346 | 265 | 62 | 0 | 25 | 12 | 232 | 106 | 104 |
| Binary | 1110011 | 11100110 | 10110101 | 110010 | 0 | 10101 | 1010 | 10011010 | 1000110 | 1000100 |
Color Harmonies of #73E6B5
Complementary color
Monochromatic Colors of #73E6B5
Black with #73E6B5
Text Example
Text Example
White with #73E6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E6B5; }
p { color: rgb(115,230,181); }
H1.HeaderClassName
{
color: #73E6B5;
}
.AnyTagClassName
{
color: #73E6B5;
}
</style>
background-color css
<style>
a { background-color: #73E6B5; }
a { background-color: rgb(115,230,181); }
div.DivClassName
{
background-color: #73E6B5;
}
.BgClassName
{
background-color: #73E6B5;
}
</style>
border-color css
<style>
span { border-color: #73E6B5; }
span { border-color: rgb(115,230,181); }
td.TdClassName
{
border-color: #73E6B5;
}
.TagClassName
{
border-color: #73E6B5;
}
</style>