Shades of Medium Aquamarine #5DFAA0
Tints of Medium Aquamarine #5DFAA0
RGB
CMYK
RGB Variations
Color information
#5DFAA0 (or 0x5DFAA0) is known color: Medium Aquamarine. HEX triplet: 5D, FA and A0. RGB value is (93,250,160). Sum of RGB (Red+Green+Blue) = 93+250+160=503 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.49% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #5DFAA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFAA0 is #A2055F. Grayscale: #C1C1C1. Windows color (decimal): -10618208 or 10549853. OLE color: 10549853.
HSL color Cylindrical-coordinate representation of color #5DFAA0: hue angle of 145.61º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFAA0 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 250 | 160 | - |
| CMYK | 0.63 | 0 | 0.36 | 0.02 |
| HSL | 145.61º | 0.94% | 0.67% | - |
| HSV(B) | 145.61º | 0.63% | 0.98% | - |
| XYZ | 45.04 | 73.24 | 45.02 | - |
| YUV | 192.8 | 109.49 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 250 | 160 | 0.63 | 0 | 0.36 | 0.02 | 145.61 | 0.94 | 0.67 |
| Hex | 5D | FA | A0 | 3F | 0 | 24 | 2 | 92 | 5E | 43 |
| Octal | 135 | 372 | 240 | 77 | 0 | 44 | 2 | 222 | 136 | 103 |
| Binary | 1011101 | 11111010 | 10100000 | 111111 | 0 | 100100 | 10 | 10010010 | 1011110 | 1000011 |
Color Harmonies of #5DFAA0
Complementary color
Monochromatic Colors of #5DFAA0
Black with #5DFAA0
Text Example
Text Example
White with #5DFAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFAA0; }
p { color: rgb(93,250,160); }
H1.HeaderClassName
{
color: #5DFAA0;
}
.AnyTagClassName
{
color: #5DFAA0;
}
</style>
background-color css
<style>
a { background-color: #5DFAA0; }
a { background-color: rgb(93,250,160); }
div.DivClassName
{
background-color: #5DFAA0;
}
.BgClassName
{
background-color: #5DFAA0;
}
</style>
border-color css
<style>
span { border-color: #5DFAA0; }
span { border-color: rgb(93,250,160); }
td.TdClassName
{
border-color: #5DFAA0;
}
.TagClassName
{
border-color: #5DFAA0;
}
</style>