Shades of Downy #73E1CD
Tints of Downy #73E1CD
RGB
CMYK
RGB Variations
Color information
#73E1CD (or 0x73E1CD) is known color: Downy. HEX triplet: 73, E1 and CD. RGB value is (115,225,205). Sum of RGB (Red+Green+Blue) = 115+225+205=545 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.10% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #73E1CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E1CD is #8C1E32. Grayscale: #BDBDBD. Windows color (decimal): -9182771 or 13492595. OLE color: 13492595.
HSL color Cylindrical-coordinate representation of color #73E1CD: hue angle of 169.09º 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 #73E1CD is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 225 | 205 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.12 |
| HSL | 169.09º | 0.65% | 0.67% | - |
| HSV(B) | 169.09º | 0.49% | 0.88% | - |
| XYZ | 45.01 | 61.9 | 67.33 | - |
| YUV | 189.83 | 136.56 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 225 | 205 | 0.49 | 0 | 0.09 | 0.12 | 169.09 | 0.65 | 0.67 |
| Hex | 73 | E1 | CD | 31 | 0 | 9 | C | A9 | 41 | 43 |
| Octal | 163 | 341 | 315 | 61 | 0 | 11 | 14 | 251 | 101 | 103 |
| Binary | 1110011 | 11100001 | 11001101 | 110001 | 0 | 1001 | 1100 | 10101001 | 1000001 | 1000011 |
Color Harmonies of #73E1CD
Complementary color
Monochromatic Colors of #73E1CD
Black with #73E1CD
Text Example
Text Example
White with #73E1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E1CD; }
p { color: rgb(115,225,205); }
H1.HeaderClassName
{
color: #73E1CD;
}
.AnyTagClassName
{
color: #73E1CD;
}
</style>
background-color css
<style>
a { background-color: #73E1CD; }
a { background-color: rgb(115,225,205); }
div.DivClassName
{
background-color: #73E1CD;
}
.BgClassName
{
background-color: #73E1CD;
}
</style>
border-color css
<style>
span { border-color: #73E1CD; }
span { border-color: rgb(115,225,205); }
td.TdClassName
{
border-color: #73E1CD;
}
.TagClassName
{
border-color: #73E1CD;
}
</style>