Shades of Medium Aquamarine #5DF19D
Tints of Medium Aquamarine #5DF19D
RGB
CMYK
RGB Variations
Color information
#5DF19D (or 0x5DF19D) is known color: Medium Aquamarine. HEX triplet: 5D, F1 and 9D. RGB value is (93,241,157). Sum of RGB (Red+Green+Blue) = 93+241+157=491 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.94% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF19D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF19D is #A20E62. Grayscale: #BBBBBB. Windows color (decimal): -10620515 or 10350941. OLE color: 10350941.
HSL color Cylindrical-coordinate representation of color #5DF19D: hue angle of 145.95º 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 #5DF19D is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 241 | 157 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.05 |
| HSL | 145.95º | 0.84% | 0.65% | - |
| HSV(B) | 145.95º | 0.61% | 0.95% | - |
| XYZ | 42.06 | 67.67 | 42.74 | - |
| YUV | 187.17 | 110.97 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 241 | 157 | 0.61 | 0 | 0.35 | 0.05 | 145.95 | 0.84 | 0.65 |
| Hex | 5D | F1 | 9D | 3D | 0 | 23 | 5 | 92 | 54 | 41 |
| Octal | 135 | 361 | 235 | 75 | 0 | 43 | 5 | 222 | 124 | 101 |
| Binary | 1011101 | 11110001 | 10011101 | 111101 | 0 | 100011 | 101 | 10010010 | 1010100 | 1000001 |
Color Harmonies of #5DF19D
Complementary color
Monochromatic Colors of #5DF19D
Black with #5DF19D
Text Example
Text Example
White with #5DF19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF19D; }
p { color: rgb(93,241,157); }
H1.HeaderClassName
{
color: #5DF19D;
}
.AnyTagClassName
{
color: #5DF19D;
}
</style>
background-color css
<style>
a { background-color: #5DF19D; }
a { background-color: rgb(93,241,157); }
div.DivClassName
{
background-color: #5DF19D;
}
.BgClassName
{
background-color: #5DF19D;
}
</style>
border-color css
<style>
span { border-color: #5DF19D; }
span { border-color: rgb(93,241,157); }
td.TdClassName
{
border-color: #5DF19D;
}
.TagClassName
{
border-color: #5DF19D;
}
</style>