Shades of Downy #73E4C8
Tints of Downy #73E4C8
RGB
CMYK
RGB Variations
Color information
#73E4C8 (or 0x73E4C8) is known color: Downy. HEX triplet: 73, E4 and C8. RGB value is (115,228,200). Sum of RGB (Red+Green+Blue) = 115+228+200=543 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.18% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #73E4C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E4C8 is #8C1B37. Grayscale: #BFBFBF. Windows color (decimal): -9182008 or 13165683. OLE color: 13165683.
HSL color Cylindrical-coordinate representation of color #73E4C8: hue angle of 165.13º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E4C8 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 228 | 200 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.11 |
| HSL | 165.13º | 0.68% | 0.67% | - |
| HSV(B) | 165.13º | 0.5% | 0.89% | - |
| XYZ | 45.24 | 63.3 | 64.48 | - |
| YUV | 191.02 | 133.06 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 228 | 200 | 0.50 | 0 | 0.12 | 0.11 | 165.13 | 0.68 | 0.67 |
| Hex | 73 | E4 | C8 | 32 | 0 | C | B | A5 | 44 | 43 |
| Octal | 163 | 344 | 310 | 62 | 0 | 14 | 13 | 245 | 104 | 103 |
| Binary | 1110011 | 11100100 | 11001000 | 110010 | 0 | 1100 | 1011 | 10100101 | 1000100 | 1000011 |
Color Harmonies of #73E4C8
Complementary color
Monochromatic Colors of #73E4C8
Black with #73E4C8
Text Example
Text Example
White with #73E4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E4C8; }
p { color: rgb(115,228,200); }
H1.HeaderClassName
{
color: #73E4C8;
}
.AnyTagClassName
{
color: #73E4C8;
}
</style>
background-color css
<style>
a { background-color: #73E4C8; }
a { background-color: rgb(115,228,200); }
div.DivClassName
{
background-color: #73E4C8;
}
.BgClassName
{
background-color: #73E4C8;
}
</style>
border-color css
<style>
span { border-color: #73E4C8; }
span { border-color: rgb(115,228,200); }
td.TdClassName
{
border-color: #73E4C8;
}
.TagClassName
{
border-color: #73E4C8;
}
</style>