Shades of Downy #74ECB5
Tints of Downy #74ECB5
RGB
CMYK
RGB Variations
Color information
#74ECB5 (or 0x74ECB5) is known color: Downy. HEX triplet: 74, EC and B5. RGB value is (116,236,181). Sum of RGB (Red+Green+Blue) = 116+236+181=533 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.76% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #74ECB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74ECB5 is #8B134A. Grayscale: #C1C1C1. Windows color (decimal): -9114443 or 11922548. OLE color: 11922548.
HSL color Cylindrical-coordinate representation of color #74ECB5: hue angle of 152.5º 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 #74ECB5 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 181 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.07 |
| HSL | 152.5º | 0.76% | 0.69% | - |
| HSV(B) | 152.5º | 0.51% | 0.93% | - |
| XYZ | 45.54 | 67.04 | 54.26 | - |
| YUV | 193.85 | 120.74 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 181 | 0.51 | 0 | 0.23 | 0.07 | 152.5 | 0.76 | 0.69 |
| Hex | 74 | EC | B5 | 33 | 0 | 17 | 7 | 98 | 4C | 45 |
| Octal | 164 | 354 | 265 | 63 | 0 | 27 | 7 | 230 | 114 | 105 |
| Binary | 1110100 | 11101100 | 10110101 | 110011 | 0 | 10111 | 111 | 10011000 | 1001100 | 1000101 |
Color Harmonies of #74ECB5
Complementary color
Monochromatic Colors of #74ECB5
Black with #74ECB5
Text Example
Text Example
White with #74ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ECB5; }
p { color: rgb(116,236,181); }
H1.HeaderClassName
{
color: #74ECB5;
}
.AnyTagClassName
{
color: #74ECB5;
}
</style>
background-color css
<style>
a { background-color: #74ECB5; }
a { background-color: rgb(116,236,181); }
div.DivClassName
{
background-color: #74ECB5;
}
.BgClassName
{
background-color: #74ECB5;
}
</style>
border-color css
<style>
span { border-color: #74ECB5; }
span { border-color: rgb(116,236,181); }
td.TdClassName
{
border-color: #74ECB5;
}
.TagClassName
{
border-color: #74ECB5;
}
</style>