Shades of Medium Aquamarine #5FD7A1
Tints of Medium Aquamarine #5FD7A1
RGB
CMYK
RGB Variations
Color information
#5FD7A1 (or 0x5FD7A1) is known color: Medium Aquamarine. HEX triplet: 5F, D7 and A1. RGB value is (95,215,161). Sum of RGB (Red+Green+Blue) = 95+215+161=471 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.17% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #5FD7A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD7A1 is #A0285E. Grayscale: #ADADAD. Windows color (decimal): -10496095 or 10606431. OLE color: 10606431.
HSL color Cylindrical-coordinate representation of color #5FD7A1: hue angle of 153º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD7A1 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 215 | 161 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.16 |
| HSL | 153º | 0.6% | 0.61% | - |
| HSV(B) | 153º | 0.56% | 0.84% | - |
| XYZ | 35.45 | 53.61 | 42.2 | - |
| YUV | 172.96 | 121.24 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 215 | 161 | 0.56 | 0 | 0.25 | 0.16 | 153 | 0.6 | 0.61 |
| Hex | 5F | D7 | A1 | 38 | 0 | 19 | 10 | 99 | 3C | 3D |
| Octal | 137 | 327 | 241 | 70 | 0 | 31 | 20 | 231 | 74 | 75 |
| Binary | 1011111 | 11010111 | 10100001 | 111000 | 0 | 11001 | 10000 | 10011001 | 111100 | 111101 |
Color Harmonies of #5FD7A1
Complementary color
Monochromatic Colors of #5FD7A1
Black with #5FD7A1
Text Example
Text Example
White with #5FD7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD7A1; }
p { color: rgb(95,215,161); }
H1.HeaderClassName
{
color: #5FD7A1;
}
.AnyTagClassName
{
color: #5FD7A1;
}
</style>
background-color css
<style>
a { background-color: #5FD7A1; }
a { background-color: rgb(95,215,161); }
div.DivClassName
{
background-color: #5FD7A1;
}
.BgClassName
{
background-color: #5FD7A1;
}
</style>
border-color css
<style>
span { border-color: #5FD7A1; }
span { border-color: rgb(95,215,161); }
td.TdClassName
{
border-color: #5FD7A1;
}
.TagClassName
{
border-color: #5FD7A1;
}
</style>