Shades of Medium Aquamarine #5FD1A0
Tints of Medium Aquamarine #5FD1A0
RGB
CMYK
RGB Variations
Color information
#5FD1A0 (or 0x5FD1A0) is known color: Medium Aquamarine. HEX triplet: 5F, D1 and A0. RGB value is (95,209,160). Sum of RGB (Red+Green+Blue) = 95+209+160=464 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.47% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD1A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD1A0 is #A02E5F. Grayscale: #A9A9A9. Windows color (decimal): -10497632 or 10539359. OLE color: 10539359.
HSL color Cylindrical-coordinate representation of color #5FD1A0: hue angle of 154.21º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD1A0 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 209 | 160 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.18 |
| HSL | 154.21º | 0.55% | 0.6% | - |
| HSV(B) | 154.21º | 0.55% | 0.82% | - |
| XYZ | 33.86 | 50.57 | 41.23 | - |
| YUV | 169.33 | 122.73 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 160 | 0.55 | 0 | 0.23 | 0.18 | 154.21 | 0.55 | 0.6 |
| Hex | 5F | D1 | A0 | 37 | 0 | 17 | 12 | 9A | 37 | 3C |
| Octal | 137 | 321 | 240 | 67 | 0 | 27 | 22 | 232 | 67 | 74 |
| Binary | 1011111 | 11010001 | 10100000 | 110111 | 0 | 10111 | 10010 | 10011010 | 110111 | 111100 |
Color Harmonies of #5FD1A0
Complementary color
Monochromatic Colors of #5FD1A0
Black with #5FD1A0
Text Example
Text Example
White with #5FD1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD1A0; }
p { color: rgb(95,209,160); }
H1.HeaderClassName
{
color: #5FD1A0;
}
.AnyTagClassName
{
color: #5FD1A0;
}
</style>
background-color css
<style>
a { background-color: #5FD1A0; }
a { background-color: rgb(95,209,160); }
div.DivClassName
{
background-color: #5FD1A0;
}
.BgClassName
{
background-color: #5FD1A0;
}
</style>
border-color css
<style>
span { border-color: #5FD1A0; }
span { border-color: rgb(95,209,160); }
td.TdClassName
{
border-color: #5FD1A0;
}
.TagClassName
{
border-color: #5FD1A0;
}
</style>