Shades of Downy #74ECB8
Tints of Downy #74ECB8
RGB
CMYK
RGB Variations
Color information
#74ECB8 (or 0x74ECB8) is known color: Downy. HEX triplet: 74, EC and B8. RGB value is (116,236,184). Sum of RGB (Red+Green+Blue) = 116+236+184=536 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.64% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 236 - color contains mainly: green. Hex color #74ECB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74ECB8 is #8B1347. Grayscale: #C2C2C2. Windows color (decimal): -9114440 or 12119156. OLE color: 12119156.
HSL color Cylindrical-coordinate representation of color #74ECB8: hue angle of 154º 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 #74ECB8 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 184 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.07 |
| HSL | 154º | 0.76% | 0.69% | - |
| HSV(B) | 154º | 0.51% | 0.93% | - |
| XYZ | 45.85 | 67.16 | 55.89 | - |
| YUV | 194.19 | 122.24 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 184 | 0.51 | 0 | 0.22 | 0.07 | 154 | 0.76 | 0.69 |
| Hex | 74 | EC | B8 | 33 | 0 | 16 | 7 | 9A | 4C | 45 |
| Octal | 164 | 354 | 270 | 63 | 0 | 26 | 7 | 232 | 114 | 105 |
| Binary | 1110100 | 11101100 | 10111000 | 110011 | 0 | 10110 | 111 | 10011010 | 1001100 | 1000101 |
Color Harmonies of #74ECB8
Complementary color
Monochromatic Colors of #74ECB8
Black with #74ECB8
Text Example
Text Example
White with #74ECB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ECB8; }
p { color: rgb(116,236,184); }
H1.HeaderClassName
{
color: #74ECB8;
}
.AnyTagClassName
{
color: #74ECB8;
}
</style>
background-color css
<style>
a { background-color: #74ECB8; }
a { background-color: rgb(116,236,184); }
div.DivClassName
{
background-color: #74ECB8;
}
.BgClassName
{
background-color: #74ECB8;
}
</style>
border-color css
<style>
span { border-color: #74ECB8; }
span { border-color: rgb(116,236,184); }
td.TdClassName
{
border-color: #74ECB8;
}
.TagClassName
{
border-color: #74ECB8;
}
</style>