Shades of Medium Aquamarine #5FE1AF
Tints of Medium Aquamarine #5FE1AF
RGB
CMYK
RGB Variations
Color information
#5FE1AF (or 0x5FE1AF) is known color: Medium Aquamarine. HEX triplet: 5F, E1 and AF. RGB value is (95,225,175). Sum of RGB (Red+Green+Blue) = 95+225+175=495 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.19% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE1AF is #A01E50. Grayscale: #B4B4B4. Windows color (decimal): -10493521 or 11526495. OLE color: 11526495.
HSL color Cylindrical-coordinate representation of color #5FE1AF: hue angle of 156.92º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE1AF is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 225 | 175 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.12 |
| HSL | 156.92º | 0.68% | 0.63% | - |
| HSV(B) | 156.92º | 0.58% | 0.88% | - |
| XYZ | 39.38 | 59.38 | 49.94 | - |
| YUV | 180.43 | 124.93 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 225 | 175 | 0.58 | 0 | 0.22 | 0.12 | 156.92 | 0.68 | 0.63 |
| Hex | 5F | E1 | AF | 3A | 0 | 16 | C | 9D | 44 | 3F |
| Octal | 137 | 341 | 257 | 72 | 0 | 26 | 14 | 235 | 104 | 77 |
| Binary | 1011111 | 11100001 | 10101111 | 111010 | 0 | 10110 | 1100 | 10011101 | 1000100 | 111111 |
Color Harmonies of #5FE1AF
Complementary color
Monochromatic Colors of #5FE1AF
Black with #5FE1AF
Text Example
Text Example
White with #5FE1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE1AF; }
p { color: rgb(95,225,175); }
H1.HeaderClassName
{
color: #5FE1AF;
}
.AnyTagClassName
{
color: #5FE1AF;
}
</style>
background-color css
<style>
a { background-color: #5FE1AF; }
a { background-color: rgb(95,225,175); }
div.DivClassName
{
background-color: #5FE1AF;
}
.BgClassName
{
background-color: #5FE1AF;
}
</style>
border-color css
<style>
span { border-color: #5FE1AF; }
span { border-color: rgb(95,225,175); }
td.TdClassName
{
border-color: #5FE1AF;
}
.TagClassName
{
border-color: #5FE1AF;
}
</style>