Shades of Downy #73E3C0
Tints of Downy #73E3C0
RGB
CMYK
RGB Variations
Color information
#73E3C0 (or 0x73E3C0) is known color: Downy. HEX triplet: 73, E3 and C0. RGB value is (115,227,192). Sum of RGB (Red+Green+Blue) = 115+227+192=534 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.54% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 227 - color contains mainly: green. Hex color #73E3C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E3C0 is #8C1C3F. Grayscale: #BDBDBD. Windows color (decimal): -9182272 or 12641139. OLE color: 12641139.
HSL color Cylindrical-coordinate representation of color #73E3C0: hue angle of 161.25º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73E3C0 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 227 | 192 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.11 |
| HSL | 161.25º | 0.67% | 0.67% | - |
| HSV(B) | 161.25º | 0.49% | 0.89% | - |
| XYZ | 44.05 | 62.39 | 59.59 | - |
| YUV | 189.52 | 129.39 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 227 | 192 | 0.49 | 0 | 0.15 | 0.11 | 161.25 | 0.67 | 0.67 |
| Hex | 73 | E3 | C0 | 31 | 0 | F | B | A1 | 43 | 43 |
| Octal | 163 | 343 | 300 | 61 | 0 | 17 | 13 | 241 | 103 | 103 |
| Binary | 1110011 | 11100011 | 11000000 | 110001 | 0 | 1111 | 1011 | 10100001 | 1000011 | 1000011 |
Color Harmonies of #73E3C0
Complementary color
Monochromatic Colors of #73E3C0
Black with #73E3C0
Text Example
Text Example
White with #73E3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E3C0; }
p { color: rgb(115,227,192); }
H1.HeaderClassName
{
color: #73E3C0;
}
.AnyTagClassName
{
color: #73E3C0;
}
</style>
background-color css
<style>
a { background-color: #73E3C0; }
a { background-color: rgb(115,227,192); }
div.DivClassName
{
background-color: #73E3C0;
}
.BgClassName
{
background-color: #73E3C0;
}
</style>
border-color css
<style>
span { border-color: #73E3C0; }
span { border-color: rgb(115,227,192); }
td.TdClassName
{
border-color: #73E3C0;
}
.TagClassName
{
border-color: #73E3C0;
}
</style>