Shades of Downy #73EBC1
Tints of Downy #73EBC1
RGB
CMYK
RGB Variations
Color information
#73EBC1 (or 0x73EBC1) is known color: Downy. HEX triplet: 73, EB and C1. RGB value is (115,235,193). Sum of RGB (Red+Green+Blue) = 115+235+193=543 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.18% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #73EBC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EBC1 is #8C143E. Grayscale: #C2C2C2. Windows color (decimal): -9180223 or 12708723. OLE color: 12708723.
HSL color Cylindrical-coordinate representation of color #73EBC1: hue angle of 159º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EBC1 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 235 | 193 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.08 |
| HSL | 159º | 0.75% | 0.69% | - |
| HSV(B) | 159º | 0.51% | 0.92% | - |
| XYZ | 46.4 | 66.91 | 60.92 | - |
| YUV | 194.33 | 127.24 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 235 | 193 | 0.51 | 0 | 0.18 | 0.08 | 159 | 0.75 | 0.69 |
| Hex | 73 | EB | C1 | 33 | 0 | 12 | 8 | 9F | 4B | 45 |
| Octal | 163 | 353 | 301 | 63 | 0 | 22 | 10 | 237 | 113 | 105 |
| Binary | 1110011 | 11101011 | 11000001 | 110011 | 0 | 10010 | 1000 | 10011111 | 1001011 | 1000101 |
Color Harmonies of #73EBC1
Complementary color
Monochromatic Colors of #73EBC1
Black with #73EBC1
Text Example
Text Example
White with #73EBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EBC1; }
p { color: rgb(115,235,193); }
H1.HeaderClassName
{
color: #73EBC1;
}
.AnyTagClassName
{
color: #73EBC1;
}
</style>
background-color css
<style>
a { background-color: #73EBC1; }
a { background-color: rgb(115,235,193); }
div.DivClassName
{
background-color: #73EBC1;
}
.BgClassName
{
background-color: #73EBC1;
}
</style>
border-color css
<style>
span { border-color: #73EBC1; }
span { border-color: rgb(115,235,193); }
td.TdClassName
{
border-color: #73EBC1;
}
.TagClassName
{
border-color: #73EBC1;
}
</style>