Shades of Medium Aquamarine #5FD6AF
Tints of Medium Aquamarine #5FD6AF
RGB
CMYK
RGB Variations
Color information
#5FD6AF (or 0x5FD6AF) is known color: Medium Aquamarine. HEX triplet: 5F, D6 and AF. RGB value is (95,214,175). Sum of RGB (Red+Green+Blue) = 95+214+175=484 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.63% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #5FD6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD6AF is #A02950. Grayscale: #AEAEAE. Windows color (decimal): -10496337 or 11523679. OLE color: 11523679.
HSL color Cylindrical-coordinate representation of color #5FD6AF: hue angle of 160.34º 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 #5FD6AF is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 214 | 175 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.16 |
| HSL | 160.34º | 0.59% | 0.61% | - |
| HSV(B) | 160.34º | 0.56% | 0.84% | - |
| XYZ | 36.5 | 53.62 | 48.98 | - |
| YUV | 173.97 | 128.58 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 214 | 175 | 0.56 | 0 | 0.18 | 0.16 | 160.34 | 0.59 | 0.61 |
| Hex | 5F | D6 | AF | 38 | 0 | 12 | 10 | A0 | 3B | 3D |
| Octal | 137 | 326 | 257 | 70 | 0 | 22 | 20 | 240 | 73 | 75 |
| Binary | 1011111 | 11010110 | 10101111 | 111000 | 0 | 10010 | 10000 | 10100000 | 111011 | 111101 |
Color Harmonies of #5FD6AF
Complementary color
Monochromatic Colors of #5FD6AF
Black with #5FD6AF
Text Example
Text Example
White with #5FD6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD6AF; }
p { color: rgb(95,214,175); }
H1.HeaderClassName
{
color: #5FD6AF;
}
.AnyTagClassName
{
color: #5FD6AF;
}
</style>
background-color css
<style>
a { background-color: #5FD6AF; }
a { background-color: rgb(95,214,175); }
div.DivClassName
{
background-color: #5FD6AF;
}
.BgClassName
{
background-color: #5FD6AF;
}
</style>
border-color css
<style>
span { border-color: #5FD6AF; }
span { border-color: rgb(95,214,175); }
td.TdClassName
{
border-color: #5FD6AF;
}
.TagClassName
{
border-color: #5FD6AF;
}
</style>