Shades of Medium Aquamarine #74EC9F
Tints of Medium Aquamarine #74EC9F
RGB
CMYK
RGB Variations
Color information
#74EC9F (or 0x74EC9F) is known color: Medium Aquamarine. HEX triplet: 74, EC and 9F. RGB value is (116,236,159). Sum of RGB (Red+Green+Blue) = 116+236+159=511 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.70% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #74EC9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EC9F is #8B1360. Grayscale: #BFBFBF. Windows color (decimal): -9114465 or 10480756. OLE color: 10480756.
HSL color Cylindrical-coordinate representation of color #74EC9F: hue angle of 141.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 #74EC9F is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 159 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.07 |
| HSL | 141.5º | 0.76% | 0.69% | - |
| HSV(B) | 141.5º | 0.51% | 0.93% | - |
| XYZ | 43.46 | 66.21 | 43.29 | - |
| YUV | 191.34 | 109.74 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 159 | 0.51 | 0 | 0.33 | 0.07 | 141.5 | 0.76 | 0.69 |
| Hex | 74 | EC | 9F | 33 | 0 | 21 | 7 | 8E | 4C | 45 |
| Octal | 164 | 354 | 237 | 63 | 0 | 41 | 7 | 216 | 114 | 105 |
| Binary | 1110100 | 11101100 | 10011111 | 110011 | 0 | 100001 | 111 | 10001110 | 1001100 | 1000101 |
Color Harmonies of #74EC9F
Complementary color
Monochromatic Colors of #74EC9F
Black with #74EC9F
Text Example
Text Example
White with #74EC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EC9F; }
p { color: rgb(116,236,159); }
H1.HeaderClassName
{
color: #74EC9F;
}
.AnyTagClassName
{
color: #74EC9F;
}
</style>
background-color css
<style>
a { background-color: #74EC9F; }
a { background-color: rgb(116,236,159); }
div.DivClassName
{
background-color: #74EC9F;
}
.BgClassName
{
background-color: #74EC9F;
}
</style>
border-color css
<style>
span { border-color: #74EC9F; }
span { border-color: rgb(116,236,159); }
td.TdClassName
{
border-color: #74EC9F;
}
.TagClassName
{
border-color: #74EC9F;
}
</style>