Shades of Medium Aquamarine #5EC9B5
Tints of Medium Aquamarine #5EC9B5
RGB
CMYK
RGB Variations
Color information
#5EC9B5 (or 0x5EC9B5) is known color: Medium Aquamarine. HEX triplet: 5E, C9 and B5. RGB value is (94,201,181). Sum of RGB (Red+Green+Blue) = 94+201+181=476 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.75% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #5EC9B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC9B5 is #A1364A. Grayscale: #A6A6A6. Windows color (decimal): -10565195 or 11913566. OLE color: 11913566.
HSL color Cylindrical-coordinate representation of color #5EC9B5: hue angle of 168.79º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EC9B5 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 201 | 181 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.21 |
| HSL | 168.79º | 0.5% | 0.58% | - |
| HSV(B) | 168.79º | 0.53% | 0.79% | - |
| XYZ | 33.84 | 47.49 | 51.1 | - |
| YUV | 166.73 | 136.05 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 201 | 181 | 0.53 | 0 | 0.10 | 0.21 | 168.79 | 0.5 | 0.58 |
| Hex | 5E | C9 | B5 | 35 | 0 | A | 15 | A9 | 32 | 3A |
| Octal | 136 | 311 | 265 | 65 | 0 | 12 | 25 | 251 | 62 | 72 |
| Binary | 1011110 | 11001001 | 10110101 | 110101 | 0 | 1010 | 10101 | 10101001 | 110010 | 111010 |
Color Harmonies of #5EC9B5
Complementary color
Monochromatic Colors of #5EC9B5
Black with #5EC9B5
Text Example
Text Example
White with #5EC9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC9B5; }
p { color: rgb(94,201,181); }
H1.HeaderClassName
{
color: #5EC9B5;
}
.AnyTagClassName
{
color: #5EC9B5;
}
</style>
background-color css
<style>
a { background-color: #5EC9B5; }
a { background-color: rgb(94,201,181); }
div.DivClassName
{
background-color: #5EC9B5;
}
.BgClassName
{
background-color: #5EC9B5;
}
</style>
border-color css
<style>
span { border-color: #5EC9B5; }
span { border-color: rgb(94,201,181); }
td.TdClassName
{
border-color: #5EC9B5;
}
.TagClassName
{
border-color: #5EC9B5;
}
</style>