Shades of Downy #73E8CD
Tints of Downy #73E8CD
RGB
CMYK
RGB Variations
Color information
#73E8CD (or 0x73E8CD) is known color: Downy. HEX triplet: 73, E8 and CD. RGB value is (115,232,205). Sum of RGB (Red+Green+Blue) = 115+232+205=552 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.83% from 552); Green value is 232 (91.02% from 255 or 42.03% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 232 - color contains mainly: green. Hex color #73E8CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E8CD is #8C1732. Grayscale: #C1C1C1. Windows color (decimal): -9180979 or 13494387. OLE color: 13494387.
HSL color Cylindrical-coordinate representation of color #73E8CD: hue angle of 166.15º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E8CD is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 232 | 205 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.09 |
| HSL | 166.15º | 0.72% | 0.68% | - |
| HSV(B) | 166.15º | 0.5% | 0.91% | - |
| XYZ | 46.95 | 65.77 | 67.98 | - |
| YUV | 193.94 | 134.24 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 232 | 205 | 0.50 | 0 | 0.12 | 0.09 | 166.15 | 0.72 | 0.68 |
| Hex | 73 | E8 | CD | 32 | 0 | C | 9 | A6 | 48 | 44 |
| Octal | 163 | 350 | 315 | 62 | 0 | 14 | 11 | 246 | 110 | 104 |
| Binary | 1110011 | 11101000 | 11001101 | 110010 | 0 | 1100 | 1001 | 10100110 | 1001000 | 1000100 |
Color Harmonies of #73E8CD
Complementary color
Monochromatic Colors of #73E8CD
Black with #73E8CD
Text Example
Text Example
White with #73E8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E8CD; }
p { color: rgb(115,232,205); }
H1.HeaderClassName
{
color: #73E8CD;
}
.AnyTagClassName
{
color: #73E8CD;
}
</style>
background-color css
<style>
a { background-color: #73E8CD; }
a { background-color: rgb(115,232,205); }
div.DivClassName
{
background-color: #73E8CD;
}
.BgClassName
{
background-color: #73E8CD;
}
</style>
border-color css
<style>
span { border-color: #73E8CD; }
span { border-color: rgb(115,232,205); }
td.TdClassName
{
border-color: #73E8CD;
}
.TagClassName
{
border-color: #73E8CD;
}
</style>