Shades of Medium Aquamarine #74ECA0
Tints of Medium Aquamarine #74ECA0
RGB
CMYK
RGB Variations
Color information
#74ECA0 (or 0x74ECA0) is known color: Medium Aquamarine. HEX triplet: 74, EC and A0. RGB value is (116,236,160). Sum of RGB (Red+Green+Blue) = 116+236+160=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #74ECA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74ECA0 is #8B135F. Grayscale: #BFBFBF. Windows color (decimal): -9114464 or 10546292. OLE color: 10546292.
HSL color Cylindrical-coordinate representation of color #74ECA0: hue angle of 142º 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 #74ECA0 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 160 | - |
| CMYK | 0.51 | 0 | 0.32 | 0.07 |
| HSL | 142º | 0.76% | 0.69% | - |
| HSV(B) | 142º | 0.51% | 0.93% | - |
| XYZ | 43.54 | 66.24 | 43.75 | - |
| YUV | 191.46 | 110.24 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 160 | 0.51 | 0 | 0.32 | 0.07 | 142 | 0.76 | 0.69 |
| Hex | 74 | EC | A0 | 33 | 0 | 20 | 7 | 8E | 4C | 45 |
| Octal | 164 | 354 | 240 | 63 | 0 | 40 | 7 | 216 | 114 | 105 |
| Binary | 1110100 | 11101100 | 10100000 | 110011 | 0 | 100000 | 111 | 10001110 | 1001100 | 1000101 |
Color Harmonies of #74ECA0
Complementary color
Monochromatic Colors of #74ECA0
Black with #74ECA0
Text Example
Text Example
White with #74ECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ECA0; }
p { color: rgb(116,236,160); }
H1.HeaderClassName
{
color: #74ECA0;
}
.AnyTagClassName
{
color: #74ECA0;
}
</style>
background-color css
<style>
a { background-color: #74ECA0; }
a { background-color: rgb(116,236,160); }
div.DivClassName
{
background-color: #74ECA0;
}
.BgClassName
{
background-color: #74ECA0;
}
</style>
border-color css
<style>
span { border-color: #74ECA0; }
span { border-color: rgb(116,236,160); }
td.TdClassName
{
border-color: #74ECA0;
}
.TagClassName
{
border-color: #74ECA0;
}
</style>