Shades of Medium Aquamarine #5FF89F
Tints of Medium Aquamarine #5FF89F
RGB
CMYK
RGB Variations
Color information
#5FF89F (or 0x5FF89F) is known color: Medium Aquamarine. HEX triplet: 5F, F8 and 9F. RGB value is (95,248,159). Sum of RGB (Red+Green+Blue) = 95+248+159=502 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.92% from 502); Green value is 248 (97.27% from 255 or 49.40% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 248 - color contains mainly: green. Hex color #5FF89F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF89F is #A00760. Grayscale: #C0C0C0. Windows color (decimal): -10487649 or 10483807. OLE color: 10483807.
HSL color Cylindrical-coordinate representation of color #5FF89F: hue angle of 145.1º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FF89F is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 95 | 248 | 159 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.03 |
| HSL | 145.1º | 0.92% | 0.67% | - |
| HSV(B) | 145.1º | 0.62% | 0.97% | - |
| XYZ | 44.54 | 72.07 | 44.36 | - |
| YUV | 192.11 | 109.31 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 248 | 159 | 0.62 | 0 | 0.36 | 0.03 | 145.1 | 0.92 | 0.67 |
| Hex | 5F | F8 | 9F | 3E | 0 | 24 | 3 | 91 | 5C | 43 |
| Octal | 137 | 370 | 237 | 76 | 0 | 44 | 3 | 221 | 134 | 103 |
| Binary | 1011111 | 11111000 | 10011111 | 111110 | 0 | 100100 | 11 | 10010001 | 1011100 | 1000011 |
Color Harmonies of #5FF89F
Complementary color
Monochromatic Colors of #5FF89F
Black with #5FF89F
Text Example
Text Example
White with #5FF89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF89F; }
p { color: rgb(95,248,159); }
H1.HeaderClassName
{
color: #5FF89F;
}
.AnyTagClassName
{
color: #5FF89F;
}
</style>
background-color css
<style>
a { background-color: #5FF89F; }
a { background-color: rgb(95,248,159); }
div.DivClassName
{
background-color: #5FF89F;
}
.BgClassName
{
background-color: #5FF89F;
}
</style>
border-color css
<style>
span { border-color: #5FF89F; }
span { border-color: rgb(95,248,159); }
td.TdClassName
{
border-color: #5FF89F;
}
.TagClassName
{
border-color: #5FF89F;
}
</style>