Shades of Medium Aquamarine #5ECB9F
Tints of Medium Aquamarine #5ECB9F
RGB
CMYK
RGB Variations
Color information
#5ECB9F (or 0x5ECB9F) is known color: Medium Aquamarine. HEX triplet: 5E, CB and 9F. RGB value is (94,203,159). Sum of RGB (Red+Green+Blue) = 94+203+159=456 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.61% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECB9F is #A13460. Grayscale: #A5A5A5. Windows color (decimal): -10564705 or 10472286. OLE color: 10472286.
HSL color Cylindrical-coordinate representation of color #5ECB9F: hue angle of 155.78º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECB9F is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 203 | 159 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.20 |
| HSL | 155.78º | 0.51% | 0.58% | - |
| HSV(B) | 155.78º | 0.54% | 0.8% | - |
| XYZ | 32.23 | 47.59 | 40.29 | - |
| YUV | 165.39 | 124.39 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 159 | 0.54 | 0 | 0.22 | 0.20 | 155.78 | 0.51 | 0.58 |
| Hex | 5E | CB | 9F | 36 | 0 | 16 | 14 | 9C | 33 | 3A |
| Octal | 136 | 313 | 237 | 66 | 0 | 26 | 24 | 234 | 63 | 72 |
| Binary | 1011110 | 11001011 | 10011111 | 110110 | 0 | 10110 | 10100 | 10011100 | 110011 | 111010 |
Color Harmonies of #5ECB9F
Complementary color
Monochromatic Colors of #5ECB9F
Black with #5ECB9F
Text Example
Text Example
White with #5ECB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECB9F; }
p { color: rgb(94,203,159); }
H1.HeaderClassName
{
color: #5ECB9F;
}
.AnyTagClassName
{
color: #5ECB9F;
}
</style>
background-color css
<style>
a { background-color: #5ECB9F; }
a { background-color: rgb(94,203,159); }
div.DivClassName
{
background-color: #5ECB9F;
}
.BgClassName
{
background-color: #5ECB9F;
}
</style>
border-color css
<style>
span { border-color: #5ECB9F; }
span { border-color: rgb(94,203,159); }
td.TdClassName
{
border-color: #5ECB9F;
}
.TagClassName
{
border-color: #5ECB9F;
}
</style>