Shades of Medium Aquamarine #5DFB9E
Tints of Medium Aquamarine #5DFB9E
RGB
CMYK
RGB Variations
Color information
#5DFB9E (or 0x5DFB9E) is known color: Medium Aquamarine. HEX triplet: 5D, FB and 9E. RGB value is (93,251,158). Sum of RGB (Red+Green+Blue) = 93+251+158=502 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.53% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #5DFB9E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFB9E is #A20461. Grayscale: #C1C1C1. Windows color (decimal): -10617954 or 10419037. OLE color: 10419037.
HSL color Cylindrical-coordinate representation of color #5DFB9E: hue angle of 144.68º degrees, saturation: 0.95, 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 #5DFB9E is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 251 | 158 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.02 |
| HSL | 144.68º | 0.95% | 0.67% | - |
| HSV(B) | 144.68º | 0.63% | 0.98% | - |
| XYZ | 45.18 | 73.79 | 44.21 | - |
| YUV | 193.16 | 108.15 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 251 | 158 | 0.63 | 0 | 0.37 | 0.02 | 144.68 | 0.95 | 0.67 |
| Hex | 5D | FB | 9E | 3F | 0 | 25 | 2 | 91 | 5F | 43 |
| Octal | 135 | 373 | 236 | 77 | 0 | 45 | 2 | 221 | 137 | 103 |
| Binary | 1011101 | 11111011 | 10011110 | 111111 | 0 | 100101 | 10 | 10010001 | 1011111 | 1000011 |
Color Harmonies of #5DFB9E
Complementary color
Monochromatic Colors of #5DFB9E
Black with #5DFB9E
Text Example
Text Example
White with #5DFB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFB9E; }
p { color: rgb(93,251,158); }
H1.HeaderClassName
{
color: #5DFB9E;
}
.AnyTagClassName
{
color: #5DFB9E;
}
</style>
background-color css
<style>
a { background-color: #5DFB9E; }
a { background-color: rgb(93,251,158); }
div.DivClassName
{
background-color: #5DFB9E;
}
.BgClassName
{
background-color: #5DFB9E;
}
</style>
border-color css
<style>
span { border-color: #5DFB9E; }
span { border-color: rgb(93,251,158); }
td.TdClassName
{
border-color: #5DFB9E;
}
.TagClassName
{
border-color: #5DFB9E;
}
</style>