Shades of Medium Aquamarine #5EEAAA
Tints of Medium Aquamarine #5EEAAA
RGB
CMYK
RGB Variations
Color information
#5EEAAA (or 0x5EEAAA) is known color: Medium Aquamarine. HEX triplet: 5E, EA and AA. RGB value is (94,234,170). Sum of RGB (Red+Green+Blue) = 94+234+170=498 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.88% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 234 - color contains mainly: green. Hex color #5EEAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EEAAA is #A11555. Grayscale: #B8B8B8. Windows color (decimal): -10556758 or 11201118. OLE color: 11201118.
HSL color Cylindrical-coordinate representation of color #5EEAAA: hue angle of 152.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEAAA is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 234 | 170 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.08 |
| HSL | 152.57º | 0.77% | 0.64% | - |
| HSV(B) | 152.57º | 0.6% | 0.92% | - |
| XYZ | 41.29 | 64.13 | 48.23 | - |
| YUV | 184.84 | 119.62 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 234 | 170 | 0.60 | 0 | 0.27 | 0.08 | 152.57 | 0.77 | 0.64 |
| Hex | 5E | EA | AA | 3C | 0 | 1B | 8 | 99 | 4D | 40 |
| Octal | 136 | 352 | 252 | 74 | 0 | 33 | 10 | 231 | 115 | 100 |
| Binary | 1011110 | 11101010 | 10101010 | 111100 | 0 | 11011 | 1000 | 10011001 | 1001101 | 1000000 |
Color Harmonies of #5EEAAA
Complementary color
Monochromatic Colors of #5EEAAA
Black with #5EEAAA
Text Example
Text Example
White with #5EEAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEAAA; }
p { color: rgb(94,234,170); }
H1.HeaderClassName
{
color: #5EEAAA;
}
.AnyTagClassName
{
color: #5EEAAA;
}
</style>
background-color css
<style>
a { background-color: #5EEAAA; }
a { background-color: rgb(94,234,170); }
div.DivClassName
{
background-color: #5EEAAA;
}
.BgClassName
{
background-color: #5EEAAA;
}
</style>
border-color css
<style>
span { border-color: #5EEAAA; }
span { border-color: rgb(94,234,170); }
td.TdClassName
{
border-color: #5EEAAA;
}
.TagClassName
{
border-color: #5EEAAA;
}
</style>