Shades of Downy #73E5C5
Tints of Downy #73E5C5
RGB
CMYK
RGB Variations
Color information
#73E5C5 (or 0x73E5C5) is known color: Downy. HEX triplet: 73, E5 and C5. RGB value is (115,229,197). Sum of RGB (Red+Green+Blue) = 115+229+197=541 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.26% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 229 - color contains mainly: green. Hex color #73E5C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E5C5 is #8C1A3A. Grayscale: #BFBFBF. Windows color (decimal): -9181755 or 12969331. OLE color: 12969331.
HSL color Cylindrical-coordinate representation of color #73E5C5: hue angle of 163.16º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E5C5 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 229 | 197 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.10 |
| HSL | 163.16º | 0.69% | 0.67% | - |
| HSV(B) | 163.16º | 0.5% | 0.9% | - |
| XYZ | 45.17 | 63.71 | 62.74 | - |
| YUV | 191.27 | 131.23 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 229 | 197 | 0.50 | 0 | 0.14 | 0.10 | 163.16 | 0.69 | 0.67 |
| Hex | 73 | E5 | C5 | 32 | 0 | E | A | A3 | 45 | 43 |
| Octal | 163 | 345 | 305 | 62 | 0 | 16 | 12 | 243 | 105 | 103 |
| Binary | 1110011 | 11100101 | 11000101 | 110010 | 0 | 1110 | 1010 | 10100011 | 1000101 | 1000011 |
Color Harmonies of #73E5C5
Complementary color
Monochromatic Colors of #73E5C5
Black with #73E5C5
Text Example
Text Example
White with #73E5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E5C5; }
p { color: rgb(115,229,197); }
H1.HeaderClassName
{
color: #73E5C5;
}
.AnyTagClassName
{
color: #73E5C5;
}
</style>
background-color css
<style>
a { background-color: #73E5C5; }
a { background-color: rgb(115,229,197); }
div.DivClassName
{
background-color: #73E5C5;
}
.BgClassName
{
background-color: #73E5C5;
}
</style>
border-color css
<style>
span { border-color: #73E5C5; }
span { border-color: rgb(115,229,197); }
td.TdClassName
{
border-color: #73E5C5;
}
.TagClassName
{
border-color: #73E5C5;
}
</style>