Shades of Medium Aquamarine #5EEAAB
Tints of Medium Aquamarine #5EEAAB
RGB
CMYK
RGB Variations
Color information
#5EEAAB (or 0x5EEAAB) is known color: Medium Aquamarine. HEX triplet: 5E, EA and AB. RGB value is (94,234,171). Sum of RGB (Red+Green+Blue) = 94+234+171=499 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.84% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #5EEAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EEAAB is #A11554. Grayscale: #B9B9B9. Windows color (decimal): -10556757 or 11266654. OLE color: 11266654.
HSL color Cylindrical-coordinate representation of color #5EEAAB: hue angle of 153º 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 #5EEAAB is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 234 | 171 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.08 |
| HSL | 153º | 0.77% | 0.64% | - |
| HSV(B) | 153º | 0.6% | 0.92% | - |
| XYZ | 41.39 | 64.17 | 48.73 | - |
| YUV | 184.96 | 120.12 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 234 | 171 | 0.60 | 0 | 0.27 | 0.08 | 153 | 0.77 | 0.64 |
| Hex | 5E | EA | AB | 3C | 0 | 1B | 8 | 99 | 4D | 40 |
| Octal | 136 | 352 | 253 | 74 | 0 | 33 | 10 | 231 | 115 | 100 |
| Binary | 1011110 | 11101010 | 10101011 | 111100 | 0 | 11011 | 1000 | 10011001 | 1001101 | 1000000 |
Color Harmonies of #5EEAAB
Complementary color
Monochromatic Colors of #5EEAAB
Black with #5EEAAB
Text Example
Text Example
White with #5EEAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEAAB; }
p { color: rgb(94,234,171); }
H1.HeaderClassName
{
color: #5EEAAB;
}
.AnyTagClassName
{
color: #5EEAAB;
}
</style>
background-color css
<style>
a { background-color: #5EEAAB; }
a { background-color: rgb(94,234,171); }
div.DivClassName
{
background-color: #5EEAAB;
}
.BgClassName
{
background-color: #5EEAAB;
}
</style>
border-color css
<style>
span { border-color: #5EEAAB; }
span { border-color: rgb(94,234,171); }
td.TdClassName
{
border-color: #5EEAAB;
}
.TagClassName
{
border-color: #5EEAAB;
}
</style>