Shades of Medium Aquamarine #5EE6AA
Tints of Medium Aquamarine #5EE6AA
RGB
CMYK
RGB Variations
Color information
#5EE6AA (or 0x5EE6AA) is known color: Medium Aquamarine. HEX triplet: 5E, E6 and AA. RGB value is (94,230,170). Sum of RGB (Red+Green+Blue) = 94+230+170=494 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.03% from 494); Green value is 230 (90.23% from 255 or 46.56% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 230 - color contains mainly: green. Hex color #5EE6AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EE6AA is #A11955. Grayscale: #B6B6B6. Windows color (decimal): -10557782 or 11200094. OLE color: 11200094.
HSL color Cylindrical-coordinate representation of color #5EE6AA: hue angle of 153.53º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EE6AA is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 94 | 230 | 170 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.10 |
| HSL | 153.53º | 0.73% | 0.64% | - |
| HSV(B) | 153.53º | 0.59% | 0.9% | - |
| XYZ | 40.17 | 61.88 | 47.86 | - |
| YUV | 182.5 | 120.94 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 230 | 170 | 0.59 | 0 | 0.26 | 0.10 | 153.53 | 0.73 | 0.64 |
| Hex | 5E | E6 | AA | 3B | 0 | 1A | A | 9A | 49 | 40 |
| Octal | 136 | 346 | 252 | 73 | 0 | 32 | 12 | 232 | 111 | 100 |
| Binary | 1011110 | 11100110 | 10101010 | 111011 | 0 | 11010 | 1010 | 10011010 | 1001001 | 1000000 |
Color Harmonies of #5EE6AA
Complementary color
Monochromatic Colors of #5EE6AA
Black with #5EE6AA
Text Example
Text Example
White with #5EE6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE6AA; }
p { color: rgb(94,230,170); }
H1.HeaderClassName
{
color: #5EE6AA;
}
.AnyTagClassName
{
color: #5EE6AA;
}
</style>
background-color css
<style>
a { background-color: #5EE6AA; }
a { background-color: rgb(94,230,170); }
div.DivClassName
{
background-color: #5EE6AA;
}
.BgClassName
{
background-color: #5EE6AA;
}
</style>
border-color css
<style>
span { border-color: #5EE6AA; }
span { border-color: rgb(94,230,170); }
td.TdClassName
{
border-color: #5EE6AA;
}
.TagClassName
{
border-color: #5EE6AA;
}
</style>