Shades of Downy #73E1D0
Tints of Downy #73E1D0
RGB
CMYK
RGB Variations
Color information
#73E1D0 (or 0x73E1D0) is known color: Downy. HEX triplet: 73, E1 and D0. RGB value is (115,225,208). Sum of RGB (Red+Green+Blue) = 115+225+208=548 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.99% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 225 - color contains mainly: green. Hex color #73E1D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E1D0 is #8C1E2F. Grayscale: #BEBEBE. Windows color (decimal): -9182768 or 13689203. OLE color: 13689203.
HSL color Cylindrical-coordinate representation of color #73E1D0: hue angle of 170.73º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73E1D0 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 225 | 208 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.12 |
| HSL | 170.73º | 0.65% | 0.67% | - |
| HSV(B) | 170.73º | 0.49% | 0.88% | - |
| XYZ | 45.38 | 62.05 | 69.26 | - |
| YUV | 190.17 | 138.06 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 225 | 208 | 0.49 | 0 | 0.08 | 0.12 | 170.73 | 0.65 | 0.67 |
| Hex | 73 | E1 | D0 | 31 | 0 | 8 | C | AB | 41 | 43 |
| Octal | 163 | 341 | 320 | 61 | 0 | 10 | 14 | 253 | 101 | 103 |
| Binary | 1110011 | 11100001 | 11010000 | 110001 | 0 | 1000 | 1100 | 10101011 | 1000001 | 1000011 |
Color Harmonies of #73E1D0
Complementary color
Monochromatic Colors of #73E1D0
Black with #73E1D0
Text Example
Text Example
White with #73E1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E1D0; }
p { color: rgb(115,225,208); }
H1.HeaderClassName
{
color: #73E1D0;
}
.AnyTagClassName
{
color: #73E1D0;
}
</style>
background-color css
<style>
a { background-color: #73E1D0; }
a { background-color: rgb(115,225,208); }
div.DivClassName
{
background-color: #73E1D0;
}
.BgClassName
{
background-color: #73E1D0;
}
</style>
border-color css
<style>
span { border-color: #73E1D0; }
span { border-color: rgb(115,225,208); }
td.TdClassName
{
border-color: #73E1D0;
}
.TagClassName
{
border-color: #73E1D0;
}
</style>