Shades of Medium Aquamarine #5ED5AF
Tints of Medium Aquamarine #5ED5AF
RGB
CMYK
RGB Variations
Color information
#5ED5AF (or 0x5ED5AF) is known color: Medium Aquamarine. HEX triplet: 5E, D5 and AF. RGB value is (94,213,175). Sum of RGB (Red+Green+Blue) = 94+213+175=482 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.50% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #5ED5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED5AF is #A12A50. Grayscale: #ADADAD. Windows color (decimal): -10562129 or 11523422. OLE color: 11523422.
HSL color Cylindrical-coordinate representation of color #5ED5AF: hue angle of 160.84º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED5AF is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 213 | 175 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.16 |
| HSL | 160.84º | 0.59% | 0.6% | - |
| HSV(B) | 160.84º | 0.56% | 0.84% | - |
| XYZ | 36.15 | 53.06 | 48.89 | - |
| YUV | 173.09 | 129.08 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 213 | 175 | 0.56 | 0 | 0.18 | 0.16 | 160.84 | 0.59 | 0.6 |
| Hex | 5E | D5 | AF | 38 | 0 | 12 | 10 | A1 | 3B | 3C |
| Octal | 136 | 325 | 257 | 70 | 0 | 22 | 20 | 241 | 73 | 74 |
| Binary | 1011110 | 11010101 | 10101111 | 111000 | 0 | 10010 | 10000 | 10100001 | 111011 | 111100 |
Color Harmonies of #5ED5AF
Complementary color
Monochromatic Colors of #5ED5AF
Black with #5ED5AF
Text Example
Text Example
White with #5ED5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED5AF; }
p { color: rgb(94,213,175); }
H1.HeaderClassName
{
color: #5ED5AF;
}
.AnyTagClassName
{
color: #5ED5AF;
}
</style>
background-color css
<style>
a { background-color: #5ED5AF; }
a { background-color: rgb(94,213,175); }
div.DivClassName
{
background-color: #5ED5AF;
}
.BgClassName
{
background-color: #5ED5AF;
}
</style>
border-color css
<style>
span { border-color: #5ED5AF; }
span { border-color: rgb(94,213,175); }
td.TdClassName
{
border-color: #5ED5AF;
}
.TagClassName
{
border-color: #5ED5AF;
}
</style>