Shades of Downy #73E7C8
Tints of Downy #73E7C8
RGB
CMYK
RGB Variations
Color information
#73E7C8 (or 0x73E7C8) is known color: Downy. HEX triplet: 73, E7 and C8. RGB value is (115,231,200). Sum of RGB (Red+Green+Blue) = 115+231+200=546 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.06% from 546); Green value is 231 (90.62% from 255 or 42.31% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 231 - color contains mainly: green. Hex color #73E7C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E7C8 is #8C1837. Grayscale: #C0C0C0. Windows color (decimal): -9181240 or 13166451. OLE color: 13166451.
HSL color Cylindrical-coordinate representation of color #73E7C8: hue angle of 163.97º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E7C8 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 231 | 200 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.09 |
| HSL | 163.97º | 0.71% | 0.68% | - |
| HSV(B) | 163.97º | 0.5% | 0.91% | - |
| XYZ | 46.07 | 64.97 | 64.76 | - |
| YUV | 192.78 | 132.07 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 231 | 200 | 0.50 | 0 | 0.13 | 0.09 | 163.97 | 0.71 | 0.68 |
| Hex | 73 | E7 | C8 | 32 | 0 | D | 9 | A4 | 47 | 44 |
| Octal | 163 | 347 | 310 | 62 | 0 | 15 | 11 | 244 | 107 | 104 |
| Binary | 1110011 | 11100111 | 11001000 | 110010 | 0 | 1101 | 1001 | 10100100 | 1000111 | 1000100 |
Color Harmonies of #73E7C8
Complementary color
Monochromatic Colors of #73E7C8
Black with #73E7C8
Text Example
Text Example
White with #73E7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E7C8; }
p { color: rgb(115,231,200); }
H1.HeaderClassName
{
color: #73E7C8;
}
.AnyTagClassName
{
color: #73E7C8;
}
</style>
background-color css
<style>
a { background-color: #73E7C8; }
a { background-color: rgb(115,231,200); }
div.DivClassName
{
background-color: #73E7C8;
}
.BgClassName
{
background-color: #73E7C8;
}
</style>
border-color css
<style>
span { border-color: #73E7C8; }
span { border-color: rgb(115,231,200); }
td.TdClassName
{
border-color: #73E7C8;
}
.TagClassName
{
border-color: #73E7C8;
}
</style>