Shades of Medium Aquamarine #5FD8AF
Tints of Medium Aquamarine #5FD8AF
RGB
CMYK
RGB Variations
Color information
#5FD8AF (or 0x5FD8AF) is known color: Medium Aquamarine. HEX triplet: 5F, D8 and AF. RGB value is (95,216,175). Sum of RGB (Red+Green+Blue) = 95+216+175=486 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.55% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD8AF is #A02750. Grayscale: #AFAFAF. Windows color (decimal): -10495825 or 11524191. OLE color: 11524191.
HSL color Cylindrical-coordinate representation of color #5FD8AF: hue angle of 159.67º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD8AF is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 175 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.15 |
| HSL | 159.67º | 0.61% | 0.61% | - |
| HSV(B) | 159.67º | 0.56% | 0.85% | - |
| XYZ | 37.01 | 54.64 | 49.15 | - |
| YUV | 175.15 | 127.91 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 175 | 0.56 | 0 | 0.19 | 0.15 | 159.67 | 0.61 | 0.61 |
| Hex | 5F | D8 | AF | 38 | 0 | 13 | F | A0 | 3D | 3D |
| Octal | 137 | 330 | 257 | 70 | 0 | 23 | 17 | 240 | 75 | 75 |
| Binary | 1011111 | 11011000 | 10101111 | 111000 | 0 | 10011 | 1111 | 10100000 | 111101 | 111101 |
Color Harmonies of #5FD8AF
Complementary color
Monochromatic Colors of #5FD8AF
Black with #5FD8AF
Text Example
Text Example
White with #5FD8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD8AF; }
p { color: rgb(95,216,175); }
H1.HeaderClassName
{
color: #5FD8AF;
}
.AnyTagClassName
{
color: #5FD8AF;
}
</style>
background-color css
<style>
a { background-color: #5FD8AF; }
a { background-color: rgb(95,216,175); }
div.DivClassName
{
background-color: #5FD8AF;
}
.BgClassName
{
background-color: #5FD8AF;
}
</style>
border-color css
<style>
span { border-color: #5FD8AF; }
span { border-color: rgb(95,216,175); }
td.TdClassName
{
border-color: #5FD8AF;
}
.TagClassName
{
border-color: #5FD8AF;
}
</style>