Shades of Medium Aquamarine #5DF2A4
Tints of Medium Aquamarine #5DF2A4
RGB
CMYK
RGB Variations
Color information
#5DF2A4 (or 0x5DF2A4) is known color: Medium Aquamarine. HEX triplet: 5D, F2 and A4. RGB value is (93,242,164). Sum of RGB (Red+Green+Blue) = 93+242+164=499 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.64% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF2A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF2A4 is #A20D5B. Grayscale: #BCBCBC. Windows color (decimal): -10620252 or 10809949. OLE color: 10809949.
HSL color Cylindrical-coordinate representation of color #5DF2A4: hue angle of 148.59º 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 #5DF2A4 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 242 | 164 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.05 |
| HSL | 148.59º | 0.85% | 0.66% | - |
| HSV(B) | 148.59º | 0.62% | 0.95% | - |
| XYZ | 42.97 | 68.51 | 46.08 | - |
| YUV | 188.56 | 114.14 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 242 | 164 | 0.62 | 0 | 0.32 | 0.05 | 148.59 | 0.85 | 0.66 |
| Hex | 5D | F2 | A4 | 3E | 0 | 20 | 5 | 95 | 55 | 42 |
| Octal | 135 | 362 | 244 | 76 | 0 | 40 | 5 | 225 | 125 | 102 |
| Binary | 1011101 | 11110010 | 10100100 | 111110 | 0 | 100000 | 101 | 10010101 | 1010101 | 1000010 |
Color Harmonies of #5DF2A4
Complementary color
Monochromatic Colors of #5DF2A4
Black with #5DF2A4
Text Example
Text Example
White with #5DF2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF2A4; }
p { color: rgb(93,242,164); }
H1.HeaderClassName
{
color: #5DF2A4;
}
.AnyTagClassName
{
color: #5DF2A4;
}
</style>
background-color css
<style>
a { background-color: #5DF2A4; }
a { background-color: rgb(93,242,164); }
div.DivClassName
{
background-color: #5DF2A4;
}
.BgClassName
{
background-color: #5DF2A4;
}
</style>
border-color css
<style>
span { border-color: #5DF2A4; }
span { border-color: rgb(93,242,164); }
td.TdClassName
{
border-color: #5DF2A4;
}
.TagClassName
{
border-color: #5DF2A4;
}
</style>