Shades of Medium Aquamarine #5EDBA2
Tints of Medium Aquamarine #5EDBA2
RGB
CMYK
RGB Variations
Color information
#5EDBA2 (or 0x5EDBA2) is known color: Medium Aquamarine. HEX triplet: 5E, DB and A2. RGB value is (94,219,162). Sum of RGB (Red+Green+Blue) = 94+219+162=475 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.79% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDBA2 is #A1245D. Grayscale: #AFAFAF. Windows color (decimal): -10560606 or 10672990. OLE color: 10672990.
HSL color Cylindrical-coordinate representation of color #5EDBA2: hue angle of 152.64º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDBA2 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 219 | 162 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.14 |
| HSL | 152.64º | 0.63% | 0.61% | - |
| HSV(B) | 152.64º | 0.57% | 0.86% | - |
| XYZ | 36.47 | 55.65 | 43 | - |
| YUV | 175.13 | 120.59 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 219 | 162 | 0.57 | 0 | 0.26 | 0.14 | 152.64 | 0.63 | 0.61 |
| Hex | 5E | DB | A2 | 39 | 0 | 1A | E | 99 | 3F | 3D |
| Octal | 136 | 333 | 242 | 71 | 0 | 32 | 16 | 231 | 77 | 75 |
| Binary | 1011110 | 11011011 | 10100010 | 111001 | 0 | 11010 | 1110 | 10011001 | 111111 | 111101 |
Color Harmonies of #5EDBA2
Complementary color
Monochromatic Colors of #5EDBA2
Black with #5EDBA2
Text Example
Text Example
White with #5EDBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDBA2; }
p { color: rgb(94,219,162); }
H1.HeaderClassName
{
color: #5EDBA2;
}
.AnyTagClassName
{
color: #5EDBA2;
}
</style>
background-color css
<style>
a { background-color: #5EDBA2; }
a { background-color: rgb(94,219,162); }
div.DivClassName
{
background-color: #5EDBA2;
}
.BgClassName
{
background-color: #5EDBA2;
}
</style>
border-color css
<style>
span { border-color: #5EDBA2; }
span { border-color: rgb(94,219,162); }
td.TdClassName
{
border-color: #5EDBA2;
}
.TagClassName
{
border-color: #5EDBA2;
}
</style>