Shades of Medium Aquamarine #5EDB9B
Tints of Medium Aquamarine #5EDB9B
RGB
CMYK
RGB Variations
Color information
#5EDB9B (or 0x5EDB9B) is known color: Medium Aquamarine. HEX triplet: 5E, DB and 9B. RGB value is (94,219,155). Sum of RGB (Red+Green+Blue) = 94+219+155=468 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.09% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDB9B is #A12464. Grayscale: #AEAEAE. Windows color (decimal): -10560613 or 10214238. OLE color: 10214238.
HSL color Cylindrical-coordinate representation of color #5EDB9B: hue angle of 149.28º 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 #5EDB9B is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 219 | 155 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.14 |
| HSL | 149.28º | 0.63% | 0.61% | - |
| HSV(B) | 149.28º | 0.57% | 0.86% | - |
| XYZ | 35.86 | 55.41 | 39.82 | - |
| YUV | 174.33 | 117.09 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 219 | 155 | 0.57 | 0 | 0.29 | 0.14 | 149.28 | 0.63 | 0.61 |
| Hex | 5E | DB | 9B | 39 | 0 | 1D | E | 95 | 3F | 3D |
| Octal | 136 | 333 | 233 | 71 | 0 | 35 | 16 | 225 | 77 | 75 |
| Binary | 1011110 | 11011011 | 10011011 | 111001 | 0 | 11101 | 1110 | 10010101 | 111111 | 111101 |
Color Harmonies of #5EDB9B
Complementary color
Monochromatic Colors of #5EDB9B
Black with #5EDB9B
Text Example
Text Example
White with #5EDB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDB9B; }
p { color: rgb(94,219,155); }
H1.HeaderClassName
{
color: #5EDB9B;
}
.AnyTagClassName
{
color: #5EDB9B;
}
</style>
background-color css
<style>
a { background-color: #5EDB9B; }
a { background-color: rgb(94,219,155); }
div.DivClassName
{
background-color: #5EDB9B;
}
.BgClassName
{
background-color: #5EDB9B;
}
</style>
border-color css
<style>
span { border-color: #5EDB9B; }
span { border-color: rgb(94,219,155); }
td.TdClassName
{
border-color: #5EDB9B;
}
.TagClassName
{
border-color: #5EDB9B;
}
</style>