Shades of Medium Aquamarine #5DF09E
Tints of Medium Aquamarine #5DF09E
RGB
CMYK
RGB Variations
Color information
#5DF09E (or 0x5DF09E) is known color: Medium Aquamarine. HEX triplet: 5D, F0 and 9E. RGB value is (93,240,158). Sum of RGB (Red+Green+Blue) = 93+240+158=491 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.94% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF09E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF09E is #A20F61. Grayscale: #BABABA. Windows color (decimal): -10620770 or 10416221. OLE color: 10416221.
HSL color Cylindrical-coordinate representation of color #5DF09E: hue angle of 146.53º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF09E is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 240 | 158 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.06 |
| HSL | 146.53º | 0.83% | 0.65% | - |
| HSV(B) | 146.53º | 0.61% | 0.94% | - |
| XYZ | 41.85 | 67.12 | 43.1 | - |
| YUV | 186.7 | 111.8 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 240 | 158 | 0.61 | 0 | 0.34 | 0.06 | 146.53 | 0.83 | 0.65 |
| Hex | 5D | F0 | 9E | 3D | 0 | 22 | 6 | 93 | 53 | 41 |
| Octal | 135 | 360 | 236 | 75 | 0 | 42 | 6 | 223 | 123 | 101 |
| Binary | 1011101 | 11110000 | 10011110 | 111101 | 0 | 100010 | 110 | 10010011 | 1010011 | 1000001 |
Color Harmonies of #5DF09E
Complementary color
Monochromatic Colors of #5DF09E
Black with #5DF09E
Text Example
Text Example
White with #5DF09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF09E; }
p { color: rgb(93,240,158); }
H1.HeaderClassName
{
color: #5DF09E;
}
.AnyTagClassName
{
color: #5DF09E;
}
</style>
background-color css
<style>
a { background-color: #5DF09E; }
a { background-color: rgb(93,240,158); }
div.DivClassName
{
background-color: #5DF09E;
}
.BgClassName
{
background-color: #5DF09E;
}
</style>
border-color css
<style>
span { border-color: #5DF09E; }
span { border-color: rgb(93,240,158); }
td.TdClassName
{
border-color: #5DF09E;
}
.TagClassName
{
border-color: #5DF09E;
}
</style>