Shades of Medium Aquamarine #5DF19F
Tints of Medium Aquamarine #5DF19F
RGB
CMYK
RGB Variations
Color information
#5DF19F (or 0x5DF19F) is known color: Medium Aquamarine. HEX triplet: 5D, F1 and 9F. RGB value is (93,241,159). Sum of RGB (Red+Green+Blue) = 93+241+159=493 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.86% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF19F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF19F is #A20E60. Grayscale: #BBBBBB. Windows color (decimal): -10620513 or 10482013. OLE color: 10482013.
HSL color Cylindrical-coordinate representation of color #5DF19F: hue angle of 146.76º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF19F is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 241 | 159 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.05 |
| HSL | 146.76º | 0.84% | 0.65% | - |
| HSV(B) | 146.76º | 0.61% | 0.95% | - |
| XYZ | 42.23 | 67.74 | 43.65 | - |
| YUV | 187.4 | 111.97 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 241 | 159 | 0.61 | 0 | 0.34 | 0.05 | 146.76 | 0.84 | 0.65 |
| Hex | 5D | F1 | 9F | 3D | 0 | 22 | 5 | 93 | 54 | 41 |
| Octal | 135 | 361 | 237 | 75 | 0 | 42 | 5 | 223 | 124 | 101 |
| Binary | 1011101 | 11110001 | 10011111 | 111101 | 0 | 100010 | 101 | 10010011 | 1010100 | 1000001 |
Color Harmonies of #5DF19F
Complementary color
Monochromatic Colors of #5DF19F
Black with #5DF19F
Text Example
Text Example
White with #5DF19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF19F; }
p { color: rgb(93,241,159); }
H1.HeaderClassName
{
color: #5DF19F;
}
.AnyTagClassName
{
color: #5DF19F;
}
</style>
background-color css
<style>
a { background-color: #5DF19F; }
a { background-color: rgb(93,241,159); }
div.DivClassName
{
background-color: #5DF19F;
}
.BgClassName
{
background-color: #5DF19F;
}
</style>
border-color css
<style>
span { border-color: #5DF19F; }
span { border-color: rgb(93,241,159); }
td.TdClassName
{
border-color: #5DF19F;
}
.TagClassName
{
border-color: #5DF19F;
}
</style>