Shades of Downy #73E0C6
Tints of Downy #73E0C6
RGB
CMYK
RGB Variations
Color information
#73E0C6 (or 0x73E0C6) is known color: Downy. HEX triplet: 73, E0 and C6. RGB value is (115,224,198). Sum of RGB (Red+Green+Blue) = 115+224+198=537 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.42% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #73E0C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E0C6 is #8C1F39. Grayscale: #BCBCBC. Windows color (decimal): -9183034 or 13033587. OLE color: 13033587.
HSL color Cylindrical-coordinate representation of color #73E0C6: hue angle of 165.69º 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 #73E0C6 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 224 | 198 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.12 |
| HSL | 165.69º | 0.64% | 0.66% | - |
| HSV(B) | 165.69º | 0.49% | 0.88% | - |
| XYZ | 43.92 | 61.03 | 62.89 | - |
| YUV | 188.45 | 133.39 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 224 | 198 | 0.49 | 0 | 0.12 | 0.12 | 165.69 | 0.64 | 0.66 |
| Hex | 73 | E0 | C6 | 31 | 0 | C | C | A6 | 40 | 42 |
| Octal | 163 | 340 | 306 | 61 | 0 | 14 | 14 | 246 | 100 | 102 |
| Binary | 1110011 | 11100000 | 11000110 | 110001 | 0 | 1100 | 1100 | 10100110 | 1000000 | 1000010 |
Color Harmonies of #73E0C6
Complementary color
Monochromatic Colors of #73E0C6
Black with #73E0C6
Text Example
Text Example
White with #73E0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E0C6; }
p { color: rgb(115,224,198); }
H1.HeaderClassName
{
color: #73E0C6;
}
.AnyTagClassName
{
color: #73E0C6;
}
</style>
background-color css
<style>
a { background-color: #73E0C6; }
a { background-color: rgb(115,224,198); }
div.DivClassName
{
background-color: #73E0C6;
}
.BgClassName
{
background-color: #73E0C6;
}
</style>
border-color css
<style>
span { border-color: #73E0C6; }
span { border-color: rgb(115,224,198); }
td.TdClassName
{
border-color: #73E0C6;
}
.TagClassName
{
border-color: #73E0C6;
}
</style>