Shades of Medium Aquamarine #5DF99E
Tints of Medium Aquamarine #5DF99E
RGB
CMYK
RGB Variations
Color information
#5DF99E (or 0x5DF99E) is known color: Medium Aquamarine. HEX triplet: 5D, F9 and 9E. RGB value is (93,249,158). Sum of RGB (Red+Green+Blue) = 93+249+158=500 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.6% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #5DF99E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF99E is #A20661. Grayscale: #C0C0C0. Windows color (decimal): -10618466 or 10418525. OLE color: 10418525.
HSL color Cylindrical-coordinate representation of color #5DF99E: hue angle of 145º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DF99E is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 249 | 158 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.02 |
| HSL | 145º | 0.93% | 0.67% | - |
| HSV(B) | 145º | 0.63% | 0.98% | - |
| XYZ | 44.56 | 72.55 | 44 | - |
| YUV | 191.98 | 108.82 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 249 | 158 | 0.63 | 0 | 0.37 | 0.02 | 145 | 0.93 | 0.67 |
| Hex | 5D | F9 | 9E | 3F | 0 | 25 | 2 | 91 | 5D | 43 |
| Octal | 135 | 371 | 236 | 77 | 0 | 45 | 2 | 221 | 135 | 103 |
| Binary | 1011101 | 11111001 | 10011110 | 111111 | 0 | 100101 | 10 | 10010001 | 1011101 | 1000011 |
Color Harmonies of #5DF99E
Complementary color
Monochromatic Colors of #5DF99E
Black with #5DF99E
Text Example
Text Example
White with #5DF99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF99E; }
p { color: rgb(93,249,158); }
H1.HeaderClassName
{
color: #5DF99E;
}
.AnyTagClassName
{
color: #5DF99E;
}
</style>
background-color css
<style>
a { background-color: #5DF99E; }
a { background-color: rgb(93,249,158); }
div.DivClassName
{
background-color: #5DF99E;
}
.BgClassName
{
background-color: #5DF99E;
}
</style>
border-color css
<style>
span { border-color: #5DF99E; }
span { border-color: rgb(93,249,158); }
td.TdClassName
{
border-color: #5DF99E;
}
.TagClassName
{
border-color: #5DF99E;
}
</style>