Shades of Medium Aquamarine #5EF5AF
Tints of Medium Aquamarine #5EF5AF
RGB
CMYK
RGB Variations
Color information
#5EF5AF (or 0x5EF5AF) is known color: Medium Aquamarine. HEX triplet: 5E, F5 and AF. RGB value is (94,245,175). Sum of RGB (Red+Green+Blue) = 94+245+175=514 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.29% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 245 - color contains mainly: green. Hex color #5EF5AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF5AF is #A10A50. Grayscale: #BFBFBF. Windows color (decimal): -10553937 or 11531614. OLE color: 11531614.
HSL color Cylindrical-coordinate representation of color #5EF5AF: hue angle of 152.19º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EF5AF is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 245 | 175 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.04 |
| HSL | 152.19º | 0.88% | 0.66% | - |
| HSV(B) | 152.19º | 0.62% | 0.96% | - |
| XYZ | 45.01 | 70.78 | 51.85 | - |
| YUV | 191.87 | 118.47 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 245 | 175 | 0.62 | 0 | 0.29 | 0.04 | 152.19 | 0.88 | 0.66 |
| Hex | 5E | F5 | AF | 3E | 0 | 1D | 4 | 98 | 58 | 42 |
| Octal | 136 | 365 | 257 | 76 | 0 | 35 | 4 | 230 | 130 | 102 |
| Binary | 1011110 | 11110101 | 10101111 | 111110 | 0 | 11101 | 100 | 10011000 | 1011000 | 1000010 |
Color Harmonies of #5EF5AF
Complementary color
Monochromatic Colors of #5EF5AF
Black with #5EF5AF
Text Example
Text Example
White with #5EF5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF5AF; }
p { color: rgb(94,245,175); }
H1.HeaderClassName
{
color: #5EF5AF;
}
.AnyTagClassName
{
color: #5EF5AF;
}
</style>
background-color css
<style>
a { background-color: #5EF5AF; }
a { background-color: rgb(94,245,175); }
div.DivClassName
{
background-color: #5EF5AF;
}
.BgClassName
{
background-color: #5EF5AF;
}
</style>
border-color css
<style>
span { border-color: #5EF5AF; }
span { border-color: rgb(94,245,175); }
td.TdClassName
{
border-color: #5EF5AF;
}
.TagClassName
{
border-color: #5EF5AF;
}
</style>