Shades of Downy #73EAC4
Tints of Downy #73EAC4
RGB
CMYK
RGB Variations
Color information
#73EAC4 (or 0x73EAC4) is known color: Downy. HEX triplet: 73, EA and C4. RGB value is (115,234,196). Sum of RGB (Red+Green+Blue) = 115+234+196=545 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.10% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #73EAC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EAC4 is #8C153B. Grayscale: #C2C2C2. Windows color (decimal): -9180476 or 12905075. OLE color: 12905075.
HSL color Cylindrical-coordinate representation of color #73EAC4: hue angle of 160.84º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EAC4 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 234 | 196 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.08 |
| HSL | 160.84º | 0.74% | 0.68% | - |
| HSV(B) | 160.84º | 0.51% | 0.92% | - |
| XYZ | 46.46 | 66.48 | 62.61 | - |
| YUV | 194.09 | 129.08 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 234 | 196 | 0.51 | 0 | 0.16 | 0.08 | 160.84 | 0.74 | 0.68 |
| Hex | 73 | EA | C4 | 33 | 0 | 10 | 8 | A1 | 4A | 44 |
| Octal | 163 | 352 | 304 | 63 | 0 | 20 | 10 | 241 | 112 | 104 |
| Binary | 1110011 | 11101010 | 11000100 | 110011 | 0 | 10000 | 1000 | 10100001 | 1001010 | 1000100 |
Color Harmonies of #73EAC4
Complementary color
Monochromatic Colors of #73EAC4
Black with #73EAC4
Text Example
Text Example
White with #73EAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EAC4; }
p { color: rgb(115,234,196); }
H1.HeaderClassName
{
color: #73EAC4;
}
.AnyTagClassName
{
color: #73EAC4;
}
</style>
background-color css
<style>
a { background-color: #73EAC4; }
a { background-color: rgb(115,234,196); }
div.DivClassName
{
background-color: #73EAC4;
}
.BgClassName
{
background-color: #73EAC4;
}
</style>
border-color css
<style>
span { border-color: #73EAC4; }
span { border-color: rgb(115,234,196); }
td.TdClassName
{
border-color: #73EAC4;
}
.TagClassName
{
border-color: #73EAC4;
}
</style>