Shades of Medium Aquamarine #5EDFB0
Tints of Medium Aquamarine #5EDFB0
RGB
CMYK
RGB Variations
Color information
#5EDFB0 (or 0x5EDFB0) is known color: Medium Aquamarine. HEX triplet: 5E, DF and B0. RGB value is (94,223,176). Sum of RGB (Red+Green+Blue) = 94+223+176=493 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.07% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDFB0 is #A1204F. Grayscale: #B3B3B3. Windows color (decimal): -10559568 or 11591518. OLE color: 11591518.
HSL color Cylindrical-coordinate representation of color #5EDFB0: hue angle of 158.14º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDFB0 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 223 | 176 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.13 |
| HSL | 158.14º | 0.67% | 0.62% | - |
| HSV(B) | 158.14º | 0.58% | 0.87% | - |
| XYZ | 38.84 | 58.29 | 50.28 | - |
| YUV | 179.07 | 126.26 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 223 | 176 | 0.58 | 0 | 0.21 | 0.13 | 158.14 | 0.67 | 0.62 |
| Hex | 5E | DF | B0 | 3A | 0 | 15 | D | 9E | 43 | 3E |
| Octal | 136 | 337 | 260 | 72 | 0 | 25 | 15 | 236 | 103 | 76 |
| Binary | 1011110 | 11011111 | 10110000 | 111010 | 0 | 10101 | 1101 | 10011110 | 1000011 | 111110 |
Color Harmonies of #5EDFB0
Complementary color
Monochromatic Colors of #5EDFB0
Black with #5EDFB0
Text Example
Text Example
White with #5EDFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDFB0; }
p { color: rgb(94,223,176); }
H1.HeaderClassName
{
color: #5EDFB0;
}
.AnyTagClassName
{
color: #5EDFB0;
}
</style>
background-color css
<style>
a { background-color: #5EDFB0; }
a { background-color: rgb(94,223,176); }
div.DivClassName
{
background-color: #5EDFB0;
}
.BgClassName
{
background-color: #5EDFB0;
}
</style>
border-color css
<style>
span { border-color: #5EDFB0; }
span { border-color: rgb(94,223,176); }
td.TdClassName
{
border-color: #5EDFB0;
}
.TagClassName
{
border-color: #5EDFB0;
}
</style>