Shades of Downy #73ECC0
Tints of Downy #73ECC0
RGB
CMYK
RGB Variations
Color information
#73ECC0 (or 0x73ECC0) is known color: Downy. HEX triplet: 73, EC and C0. RGB value is (115,236,192). Sum of RGB (Red+Green+Blue) = 115+236+192=543 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.18% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #73ECC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73ECC0 is #8C133F. Grayscale: #C2C2C2. Windows color (decimal): -9179968 or 12643443. OLE color: 12643443.
HSL color Cylindrical-coordinate representation of color #73ECC0: hue angle of 158.18º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73ECC0 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 236 | 192 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.07 |
| HSL | 158.18º | 0.76% | 0.69% | - |
| HSV(B) | 158.18º | 0.51% | 0.93% | - |
| XYZ | 46.58 | 67.44 | 60.43 | - |
| YUV | 194.81 | 126.41 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 192 | 0.51 | 0 | 0.19 | 0.07 | 158.18 | 0.76 | 0.69 |
| Hex | 73 | EC | C0 | 33 | 0 | 13 | 7 | 9E | 4C | 45 |
| Octal | 163 | 354 | 300 | 63 | 0 | 23 | 7 | 236 | 114 | 105 |
| Binary | 1110011 | 11101100 | 11000000 | 110011 | 0 | 10011 | 111 | 10011110 | 1001100 | 1000101 |
Color Harmonies of #73ECC0
Complementary color
Monochromatic Colors of #73ECC0
Black with #73ECC0
Text Example
Text Example
White with #73ECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ECC0; }
p { color: rgb(115,236,192); }
H1.HeaderClassName
{
color: #73ECC0;
}
.AnyTagClassName
{
color: #73ECC0;
}
</style>
background-color css
<style>
a { background-color: #73ECC0; }
a { background-color: rgb(115,236,192); }
div.DivClassName
{
background-color: #73ECC0;
}
.BgClassName
{
background-color: #73ECC0;
}
</style>
border-color css
<style>
span { border-color: #73ECC0; }
span { border-color: rgb(115,236,192); }
td.TdClassName
{
border-color: #73ECC0;
}
.TagClassName
{
border-color: #73ECC0;
}
</style>