Shades of Downy #73E6CD
Tints of Downy #73E6CD
RGB
CMYK
RGB Variations
Color information
#73E6CD (or 0x73E6CD) is known color: Downy. HEX triplet: 73, E6 and CD. RGB value is (115,230,205). Sum of RGB (Red+Green+Blue) = 115+230+205=550 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.91% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #73E6CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E6CD is #8C1932. Grayscale: #C0C0C0. Windows color (decimal): -9181491 or 13493875. OLE color: 13493875.
HSL color Cylindrical-coordinate representation of color #73E6CD: hue angle of 166.96º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E6CD is Cyan = 0.5, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 230 | 205 | - |
| CMYK | 0.5 | 0 | 0.11 | 0.10 |
| HSL | 166.96º | 0.7% | 0.68% | - |
| HSV(B) | 166.96º | 0.5% | 0.9% | - |
| XYZ | 46.39 | 64.65 | 67.79 | - |
| YUV | 192.77 | 134.9 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 230 | 205 | 0.5 | 0 | 0.11 | 0.10 | 166.96 | 0.7 | 0.68 |
| Hex | 73 | E6 | CD | 32 | 0 | B | A | A7 | 46 | 44 |
| Octal | 163 | 346 | 315 | 62 | 0 | 13 | 12 | 247 | 106 | 104 |
| Binary | 1110011 | 11100110 | 11001101 | 110010 | 0 | 1011 | 1010 | 10100111 | 1000110 | 1000100 |
Color Harmonies of #73E6CD
Complementary color
Monochromatic Colors of #73E6CD
Black with #73E6CD
Text Example
Text Example
White with #73E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E6CD; }
p { color: rgb(115,230,205); }
H1.HeaderClassName
{
color: #73E6CD;
}
.AnyTagClassName
{
color: #73E6CD;
}
</style>
background-color css
<style>
a { background-color: #73E6CD; }
a { background-color: rgb(115,230,205); }
div.DivClassName
{
background-color: #73E6CD;
}
.BgClassName
{
background-color: #73E6CD;
}
</style>
border-color css
<style>
span { border-color: #73E6CD; }
span { border-color: rgb(115,230,205); }
td.TdClassName
{
border-color: #73E6CD;
}
.TagClassName
{
border-color: #73E6CD;
}
</style>