Shades of Downy #73E0C5
Tints of Downy #73E0C5
RGB
CMYK
RGB Variations
Color information
#73E0C5 (or 0x73E0C5) is known color: Downy. HEX triplet: 73, E0 and C5. RGB value is (115,224,197). Sum of RGB (Red+Green+Blue) = 115+224+197=536 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.46% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #73E0C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E0C5 is #8C1F3A. Grayscale: #BCBCBC. Windows color (decimal): -9183035 or 12968051. OLE color: 12968051.
HSL color Cylindrical-coordinate representation of color #73E0C5: hue angle of 165.14º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73E0C5 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 224 | 197 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.12 |
| HSL | 165.14º | 0.64% | 0.66% | - |
| HSV(B) | 165.14º | 0.49% | 0.88% | - |
| XYZ | 43.8 | 60.99 | 62.29 | - |
| YUV | 188.33 | 132.89 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 224 | 197 | 0.49 | 0 | 0.12 | 0.12 | 165.14 | 0.64 | 0.66 |
| Hex | 73 | E0 | C5 | 31 | 0 | C | C | A5 | 40 | 42 |
| Octal | 163 | 340 | 305 | 61 | 0 | 14 | 14 | 245 | 100 | 102 |
| Binary | 1110011 | 11100000 | 11000101 | 110001 | 0 | 1100 | 1100 | 10100101 | 1000000 | 1000010 |
Color Harmonies of #73E0C5
Complementary color
Monochromatic Colors of #73E0C5
Black with #73E0C5
Text Example
Text Example
White with #73E0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E0C5; }
p { color: rgb(115,224,197); }
H1.HeaderClassName
{
color: #73E0C5;
}
.AnyTagClassName
{
color: #73E0C5;
}
</style>
background-color css
<style>
a { background-color: #73E0C5; }
a { background-color: rgb(115,224,197); }
div.DivClassName
{
background-color: #73E0C5;
}
.BgClassName
{
background-color: #73E0C5;
}
</style>
border-color css
<style>
span { border-color: #73E0C5; }
span { border-color: rgb(115,224,197); }
td.TdClassName
{
border-color: #73E0C5;
}
.TagClassName
{
border-color: #73E0C5;
}
</style>