Shades of Medium Aquamarine #5DF29E
Tints of Medium Aquamarine #5DF29E
RGB
CMYK
RGB Variations
Color information
#5DF29E (or 0x5DF29E) is known color: Medium Aquamarine. HEX triplet: 5D, F2 and 9E. RGB value is (93,242,158). Sum of RGB (Red+Green+Blue) = 93+242+158=493 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.86% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF29E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF29E is #A20D61. Grayscale: #BCBCBC. Windows color (decimal): -10620258 or 10416733. OLE color: 10416733.
HSL color Cylindrical-coordinate representation of color #5DF29E: hue angle of 146.17º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF29E is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 242 | 158 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.05 |
| HSL | 146.17º | 0.85% | 0.66% | - |
| HSV(B) | 146.17º | 0.62% | 0.95% | - |
| XYZ | 42.44 | 68.3 | 43.29 | - |
| YUV | 187.87 | 111.14 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 242 | 158 | 0.62 | 0 | 0.35 | 0.05 | 146.17 | 0.85 | 0.66 |
| Hex | 5D | F2 | 9E | 3E | 0 | 23 | 5 | 92 | 55 | 42 |
| Octal | 135 | 362 | 236 | 76 | 0 | 43 | 5 | 222 | 125 | 102 |
| Binary | 1011101 | 11110010 | 10011110 | 111110 | 0 | 100011 | 101 | 10010010 | 1010101 | 1000010 |
Color Harmonies of #5DF29E
Complementary color
Monochromatic Colors of #5DF29E
Black with #5DF29E
Text Example
Text Example
White with #5DF29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF29E; }
p { color: rgb(93,242,158); }
H1.HeaderClassName
{
color: #5DF29E;
}
.AnyTagClassName
{
color: #5DF29E;
}
</style>
background-color css
<style>
a { background-color: #5DF29E; }
a { background-color: rgb(93,242,158); }
div.DivClassName
{
background-color: #5DF29E;
}
.BgClassName
{
background-color: #5DF29E;
}
</style>
border-color css
<style>
span { border-color: #5DF29E; }
span { border-color: rgb(93,242,158); }
td.TdClassName
{
border-color: #5DF29E;
}
.TagClassName
{
border-color: #5DF29E;
}
</style>