Shades of Medium Aquamarine #74E2AA
Tints of Medium Aquamarine #74E2AA
RGB
CMYK
RGB Variations
Color information
#74E2AA (or 0x74E2AA) is known color: Medium Aquamarine. HEX triplet: 74, E2 and AA. RGB value is (116,226,170). Sum of RGB (Red+Green+Blue) = 116+226+170=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 226 (88.67% from 255 or 44.14% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 226 - color contains mainly: green. Hex color #74E2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E2AA is #8B1D55. Grayscale: #BABABA. Windows color (decimal): -9117014 or 11199092. OLE color: 11199092.
HSL color Cylindrical-coordinate representation of color #74E2AA: hue angle of 149.45º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E2AA is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 226 | 170 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.11 |
| HSL | 149.45º | 0.65% | 0.67% | - |
| HSV(B) | 149.45º | 0.49% | 0.89% | - |
| XYZ | 41.65 | 61.01 | 47.61 | - |
| YUV | 186.73 | 118.56 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 226 | 170 | 0.49 | 0 | 0.25 | 0.11 | 149.45 | 0.65 | 0.67 |
| Hex | 74 | E2 | AA | 31 | 0 | 19 | B | 95 | 41 | 43 |
| Octal | 164 | 342 | 252 | 61 | 0 | 31 | 13 | 225 | 101 | 103 |
| Binary | 1110100 | 11100010 | 10101010 | 110001 | 0 | 11001 | 1011 | 10010101 | 1000001 | 1000011 |
Color Harmonies of #74E2AA
Complementary color
Monochromatic Colors of #74E2AA
Black with #74E2AA
Text Example
Text Example
White with #74E2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E2AA; }
p { color: rgb(116,226,170); }
H1.HeaderClassName
{
color: #74E2AA;
}
.AnyTagClassName
{
color: #74E2AA;
}
</style>
background-color css
<style>
a { background-color: #74E2AA; }
a { background-color: rgb(116,226,170); }
div.DivClassName
{
background-color: #74E2AA;
}
.BgClassName
{
background-color: #74E2AA;
}
</style>
border-color css
<style>
span { border-color: #74E2AA; }
span { border-color: rgb(116,226,170); }
td.TdClassName
{
border-color: #74E2AA;
}
.TagClassName
{
border-color: #74E2AA;
}
</style>