Shades of Medium Aquamarine #5EF3AA
Tints of Medium Aquamarine #5EF3AA
RGB
CMYK
RGB Variations
Color information
#5EF3AA (or 0x5EF3AA) is known color: Medium Aquamarine. HEX triplet: 5E, F3 and AA. RGB value is (94,243,170). Sum of RGB (Red+Green+Blue) = 94+243+170=507 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.54% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #5EF3AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF3AA is #A10C55. Grayscale: #BEBEBE. Windows color (decimal): -10554454 or 11203422. OLE color: 11203422.
HSL color Cylindrical-coordinate representation of color #5EF3AA: hue angle of 150.6º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF3AA is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 243 | 170 | - |
| CMYK | 0.61 | 0 | 0.30 | 0.05 |
| HSL | 150.6º | 0.86% | 0.66% | - |
| HSV(B) | 150.6º | 0.61% | 0.95% | - |
| XYZ | 43.92 | 69.38 | 49.11 | - |
| YUV | 190.13 | 116.64 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 243 | 170 | 0.61 | 0 | 0.30 | 0.05 | 150.6 | 0.86 | 0.66 |
| Hex | 5E | F3 | AA | 3D | 0 | 1E | 5 | 97 | 56 | 42 |
| Octal | 136 | 363 | 252 | 75 | 0 | 36 | 5 | 227 | 126 | 102 |
| Binary | 1011110 | 11110011 | 10101010 | 111101 | 0 | 11110 | 101 | 10010111 | 1010110 | 1000010 |
Color Harmonies of #5EF3AA
Complementary color
Monochromatic Colors of #5EF3AA
Black with #5EF3AA
Text Example
Text Example
White with #5EF3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF3AA; }
p { color: rgb(94,243,170); }
H1.HeaderClassName
{
color: #5EF3AA;
}
.AnyTagClassName
{
color: #5EF3AA;
}
</style>
background-color css
<style>
a { background-color: #5EF3AA; }
a { background-color: rgb(94,243,170); }
div.DivClassName
{
background-color: #5EF3AA;
}
.BgClassName
{
background-color: #5EF3AA;
}
</style>
border-color css
<style>
span { border-color: #5EF3AA; }
span { border-color: rgb(94,243,170); }
td.TdClassName
{
border-color: #5EF3AA;
}
.TagClassName
{
border-color: #5EF3AA;
}
</style>