Shades of Medium Aquamarine #74E1AA
Tints of Medium Aquamarine #74E1AA
RGB
CMYK
RGB Variations
Color information
#74E1AA (or 0x74E1AA) is known color: Medium Aquamarine. HEX triplet: 74, E1 and AA. RGB value is (116,225,170). Sum of RGB (Red+Green+Blue) = 116+225+170=511 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.70% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #74E1AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E1AA is #8B1E55. Grayscale: #BABABA. Windows color (decimal): -9117270 or 11198836. OLE color: 11198836.
HSL color Cylindrical-coordinate representation of color #74E1AA: hue angle of 149.72º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74E1AA is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 225 | 170 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.12 |
| HSL | 149.72º | 0.64% | 0.67% | - |
| HSV(B) | 149.72º | 0.48% | 0.88% | - |
| XYZ | 41.38 | 60.47 | 47.52 | - |
| YUV | 186.14 | 118.89 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 225 | 170 | 0.48 | 0 | 0.24 | 0.12 | 149.72 | 0.64 | 0.67 |
| Hex | 74 | E1 | AA | 30 | 0 | 18 | C | 96 | 40 | 43 |
| Octal | 164 | 341 | 252 | 60 | 0 | 30 | 14 | 226 | 100 | 103 |
| Binary | 1110100 | 11100001 | 10101010 | 110000 | 0 | 11000 | 1100 | 10010110 | 1000000 | 1000011 |
Color Harmonies of #74E1AA
Complementary color
Monochromatic Colors of #74E1AA
Black with #74E1AA
Text Example
Text Example
White with #74E1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E1AA; }
p { color: rgb(116,225,170); }
H1.HeaderClassName
{
color: #74E1AA;
}
.AnyTagClassName
{
color: #74E1AA;
}
</style>
background-color css
<style>
a { background-color: #74E1AA; }
a { background-color: rgb(116,225,170); }
div.DivClassName
{
background-color: #74E1AA;
}
.BgClassName
{
background-color: #74E1AA;
}
</style>
border-color css
<style>
span { border-color: #74E1AA; }
span { border-color: rgb(116,225,170); }
td.TdClassName
{
border-color: #74E1AA;
}
.TagClassName
{
border-color: #74E1AA;
}
</style>