Shades of Downy #73E3C6
Tints of Downy #73E3C6
RGB
CMYK
RGB Variations
Color information
#73E3C6 (or 0x73E3C6) is known color: Downy. HEX triplet: 73, E3 and C6. RGB value is (115,227,198). Sum of RGB (Red+Green+Blue) = 115+227+198=540 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.30% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 227 - color contains mainly: green. Hex color #73E3C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E3C6 is #8C1C39. Grayscale: #BEBEBE. Windows color (decimal): -9182266 or 13034355. OLE color: 13034355.
HSL color Cylindrical-coordinate representation of color #73E3C6: hue angle of 164.46º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73E3C6 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 227 | 198 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.11 |
| HSL | 164.46º | 0.67% | 0.67% | - |
| HSV(B) | 164.46º | 0.49% | 0.89% | - |
| XYZ | 44.73 | 62.66 | 63.16 | - |
| YUV | 190.21 | 132.39 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 227 | 198 | 0.49 | 0 | 0.13 | 0.11 | 164.46 | 0.67 | 0.67 |
| Hex | 73 | E3 | C6 | 31 | 0 | D | B | A4 | 43 | 43 |
| Octal | 163 | 343 | 306 | 61 | 0 | 15 | 13 | 244 | 103 | 103 |
| Binary | 1110011 | 11100011 | 11000110 | 110001 | 0 | 1101 | 1011 | 10100100 | 1000011 | 1000011 |
Color Harmonies of #73E3C6
Complementary color
Monochromatic Colors of #73E3C6
Black with #73E3C6
Text Example
Text Example
White with #73E3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E3C6; }
p { color: rgb(115,227,198); }
H1.HeaderClassName
{
color: #73E3C6;
}
.AnyTagClassName
{
color: #73E3C6;
}
</style>
background-color css
<style>
a { background-color: #73E3C6; }
a { background-color: rgb(115,227,198); }
div.DivClassName
{
background-color: #73E3C6;
}
.BgClassName
{
background-color: #73E3C6;
}
</style>
border-color css
<style>
span { border-color: #73E3C6; }
span { border-color: rgb(115,227,198); }
td.TdClassName
{
border-color: #73E3C6;
}
.TagClassName
{
border-color: #73E3C6;
}
</style>