Shades of Medium Aquamarine #5DF2A5
Tints of Medium Aquamarine #5DF2A5
RGB
CMYK
RGB Variations
Color information
#5DF2A5 (or 0x5DF2A5) is known color: Medium Aquamarine. HEX triplet: 5D, F2 and A5. RGB value is (93,242,165). Sum of RGB (Red+Green+Blue) = 93+242+165=500 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.6% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF2A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF2A5 is #A20D5A. Grayscale: #BCBCBC. Windows color (decimal): -10620251 or 10875485. OLE color: 10875485.
HSL color Cylindrical-coordinate representation of color #5DF2A5: hue angle of 148.99º 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 #5DF2A5 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 242 | 165 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.05 |
| HSL | 148.99º | 0.85% | 0.66% | - |
| HSV(B) | 148.99º | 0.62% | 0.95% | - |
| XYZ | 43.06 | 68.55 | 46.56 | - |
| YUV | 188.67 | 114.64 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 242 | 165 | 0.62 | 0 | 0.32 | 0.05 | 148.99 | 0.85 | 0.66 |
| Hex | 5D | F2 | A5 | 3E | 0 | 20 | 5 | 95 | 55 | 42 |
| Octal | 135 | 362 | 245 | 76 | 0 | 40 | 5 | 225 | 125 | 102 |
| Binary | 1011101 | 11110010 | 10100101 | 111110 | 0 | 100000 | 101 | 10010101 | 1010101 | 1000010 |
Color Harmonies of #5DF2A5
Complementary color
Monochromatic Colors of #5DF2A5
Black with #5DF2A5
Text Example
Text Example
White with #5DF2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF2A5; }
p { color: rgb(93,242,165); }
H1.HeaderClassName
{
color: #5DF2A5;
}
.AnyTagClassName
{
color: #5DF2A5;
}
</style>
background-color css
<style>
a { background-color: #5DF2A5; }
a { background-color: rgb(93,242,165); }
div.DivClassName
{
background-color: #5DF2A5;
}
.BgClassName
{
background-color: #5DF2A5;
}
</style>
border-color css
<style>
span { border-color: #5DF2A5; }
span { border-color: rgb(93,242,165); }
td.TdClassName
{
border-color: #5DF2A5;
}
.TagClassName
{
border-color: #5DF2A5;
}
</style>