Shades of Medium Aquamarine #5DF59A
Tints of Medium Aquamarine #5DF59A
RGB
CMYK
RGB Variations
Color information
#5DF59A (or 0x5DF59A) is known color: Medium Aquamarine. HEX triplet: 5D, F5 and 9A. RGB value is (93,245,154). Sum of RGB (Red+Green+Blue) = 93+245+154=492 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.90% from 492); Green value is 245 (96.09% from 255 or 49.80% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 245 - color contains mainly: green. Hex color #5DF59A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF59A is #A20A65. Grayscale: #BDBDBD. Windows color (decimal): -10619494 or 10155357. OLE color: 10155357.
HSL color Cylindrical-coordinate representation of color #5DF59A: hue angle of 144.08º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF59A is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 245 | 154 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.04 |
| HSL | 144.08º | 0.88% | 0.66% | - |
| HSV(B) | 144.08º | 0.62% | 0.96% | - |
| XYZ | 43 | 69.97 | 41.81 | - |
| YUV | 189.18 | 108.14 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 245 | 154 | 0.62 | 0 | 0.37 | 0.04 | 144.08 | 0.88 | 0.66 |
| Hex | 5D | F5 | 9A | 3E | 0 | 25 | 4 | 90 | 58 | 42 |
| Octal | 135 | 365 | 232 | 76 | 0 | 45 | 4 | 220 | 130 | 102 |
| Binary | 1011101 | 11110101 | 10011010 | 111110 | 0 | 100101 | 100 | 10010000 | 1011000 | 1000010 |
Color Harmonies of #5DF59A
Complementary color
Monochromatic Colors of #5DF59A
Black with #5DF59A
Text Example
Text Example
White with #5DF59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF59A; }
p { color: rgb(93,245,154); }
H1.HeaderClassName
{
color: #5DF59A;
}
.AnyTagClassName
{
color: #5DF59A;
}
</style>
background-color css
<style>
a { background-color: #5DF59A; }
a { background-color: rgb(93,245,154); }
div.DivClassName
{
background-color: #5DF59A;
}
.BgClassName
{
background-color: #5DF59A;
}
</style>
border-color css
<style>
span { border-color: #5DF59A; }
span { border-color: rgb(93,245,154); }
td.TdClassName
{
border-color: #5DF59A;
}
.TagClassName
{
border-color: #5DF59A;
}
</style>