Shades of Medium Aquamarine #5EF99D
Tints of Medium Aquamarine #5EF99D
RGB
CMYK
RGB Variations
Color information
#5EF99D (or 0x5EF99D) is known color: Medium Aquamarine. HEX triplet: 5E, F9 and 9D. RGB value is (94,249,157). Sum of RGB (Red+Green+Blue) = 94+249+157=500 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.8% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #5EF99D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF99D is #A10662. Grayscale: #C0C0C0. Windows color (decimal): -10552931 or 10352990. OLE color: 10352990.
HSL color Cylindrical-coordinate representation of color #5EF99D: hue angle of 144.39º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EF99D is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 249 | 157 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.02 |
| HSL | 144.39º | 0.93% | 0.67% | - |
| HSV(B) | 144.39º | 0.62% | 0.98% | - |
| XYZ | 44.58 | 72.57 | 43.56 | - |
| YUV | 192.17 | 108.15 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 249 | 157 | 0.62 | 0 | 0.37 | 0.02 | 144.39 | 0.93 | 0.67 |
| Hex | 5E | F9 | 9D | 3E | 0 | 25 | 2 | 90 | 5D | 43 |
| Octal | 136 | 371 | 235 | 76 | 0 | 45 | 2 | 220 | 135 | 103 |
| Binary | 1011110 | 11111001 | 10011101 | 111110 | 0 | 100101 | 10 | 10010000 | 1011101 | 1000011 |
Color Harmonies of #5EF99D
Complementary color
Monochromatic Colors of #5EF99D
Black with #5EF99D
Text Example
Text Example
White with #5EF99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF99D; }
p { color: rgb(94,249,157); }
H1.HeaderClassName
{
color: #5EF99D;
}
.AnyTagClassName
{
color: #5EF99D;
}
</style>
background-color css
<style>
a { background-color: #5EF99D; }
a { background-color: rgb(94,249,157); }
div.DivClassName
{
background-color: #5EF99D;
}
.BgClassName
{
background-color: #5EF99D;
}
</style>
border-color css
<style>
span { border-color: #5EF99D; }
span { border-color: rgb(94,249,157); }
td.TdClassName
{
border-color: #5EF99D;
}
.TagClassName
{
border-color: #5EF99D;
}
</style>