Shades of Medium Aquamarine #5EEAB4
Tints of Medium Aquamarine #5EEAB4
RGB
CMYK
RGB Variations
Color information
#5EEAB4 (or 0x5EEAB4) is known color: Medium Aquamarine. HEX triplet: 5E, EA and B4. RGB value is (94,234,180). Sum of RGB (Red+Green+Blue) = 94+234+180=508 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.50% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #5EEAB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEAB4 is #A1154B. Grayscale: #BABABA. Windows color (decimal): -10556748 or 11856478. OLE color: 11856478.
HSL color Cylindrical-coordinate representation of color #5EEAB4: hue angle of 156.86º 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 #5EEAB4 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 234 | 180 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.08 |
| HSL | 156.86º | 0.77% | 0.64% | - |
| HSV(B) | 156.86º | 0.6% | 0.92% | - |
| XYZ | 42.28 | 64.52 | 53.41 | - |
| YUV | 185.98 | 124.62 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 234 | 180 | 0.60 | 0 | 0.23 | 0.08 | 156.86 | 0.77 | 0.64 |
| Hex | 5E | EA | B4 | 3C | 0 | 17 | 8 | 9D | 4D | 40 |
| Octal | 136 | 352 | 264 | 74 | 0 | 27 | 10 | 235 | 115 | 100 |
| Binary | 1011110 | 11101010 | 10110100 | 111100 | 0 | 10111 | 1000 | 10011101 | 1001101 | 1000000 |
Color Harmonies of #5EEAB4
Complementary color
Monochromatic Colors of #5EEAB4
Black with #5EEAB4
Text Example
Text Example
White with #5EEAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEAB4; }
p { color: rgb(94,234,180); }
H1.HeaderClassName
{
color: #5EEAB4;
}
.AnyTagClassName
{
color: #5EEAB4;
}
</style>
background-color css
<style>
a { background-color: #5EEAB4; }
a { background-color: rgb(94,234,180); }
div.DivClassName
{
background-color: #5EEAB4;
}
.BgClassName
{
background-color: #5EEAB4;
}
</style>
border-color css
<style>
span { border-color: #5EEAB4; }
span { border-color: rgb(94,234,180); }
td.TdClassName
{
border-color: #5EEAB4;
}
.TagClassName
{
border-color: #5EEAB4;
}
</style>