Shades of Medium Aquamarine #5FD6A3
Tints of Medium Aquamarine #5FD6A3
RGB
CMYK
RGB Variations
Color information
#5FD6A3 (or 0x5FD6A3) is known color: Medium Aquamarine. HEX triplet: 5F, D6 and A3. RGB value is (95,214,163). Sum of RGB (Red+Green+Blue) = 95+214+163=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #5FD6A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD6A3 is #A0295C. Grayscale: #ACACAC. Windows color (decimal): -10496349 or 10737247. OLE color: 10737247.
HSL color Cylindrical-coordinate representation of color #5FD6A3: hue angle of 154.29º degrees, saturation: 0.59, 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 #5FD6A3 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 214 | 163 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.16 |
| HSL | 154.29º | 0.59% | 0.61% | - |
| HSV(B) | 154.29º | 0.56% | 0.84% | - |
| XYZ | 35.38 | 53.17 | 43.05 | - |
| YUV | 172.61 | 122.58 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 214 | 163 | 0.56 | 0 | 0.24 | 0.16 | 154.29 | 0.59 | 0.61 |
| Hex | 5F | D6 | A3 | 38 | 0 | 18 | 10 | 9A | 3B | 3D |
| Octal | 137 | 326 | 243 | 70 | 0 | 30 | 20 | 232 | 73 | 75 |
| Binary | 1011111 | 11010110 | 10100011 | 111000 | 0 | 11000 | 10000 | 10011010 | 111011 | 111101 |
Color Harmonies of #5FD6A3
Complementary color
Monochromatic Colors of #5FD6A3
Black with #5FD6A3
Text Example
Text Example
White with #5FD6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD6A3; }
p { color: rgb(95,214,163); }
H1.HeaderClassName
{
color: #5FD6A3;
}
.AnyTagClassName
{
color: #5FD6A3;
}
</style>
background-color css
<style>
a { background-color: #5FD6A3; }
a { background-color: rgb(95,214,163); }
div.DivClassName
{
background-color: #5FD6A3;
}
.BgClassName
{
background-color: #5FD6A3;
}
</style>
border-color css
<style>
span { border-color: #5FD6A3; }
span { border-color: rgb(95,214,163); }
td.TdClassName
{
border-color: #5FD6A3;
}
.TagClassName
{
border-color: #5FD6A3;
}
</style>