Shades of Medium Aquamarine #5FD89A
Tints of Medium Aquamarine #5FD89A
RGB
CMYK
RGB Variations
Color information
#5FD89A (or 0x5FD89A) is known color: Medium Aquamarine. HEX triplet: 5F, D8 and 9A. RGB value is (95,216,154). Sum of RGB (Red+Green+Blue) = 95+216+154=465 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.43% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD89A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD89A is #A02765. Grayscale: #ACACAC. Windows color (decimal): -10495846 or 10147935. OLE color: 10147935.
HSL color Cylindrical-coordinate representation of color #5FD89A: hue angle of 149.26º 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 #5FD89A is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 154 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.15 |
| HSL | 149.26º | 0.61% | 0.61% | - |
| HSV(B) | 149.26º | 0.56% | 0.85% | - |
| XYZ | 35.11 | 53.88 | 39.12 | - |
| YUV | 172.75 | 117.41 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 154 | 0.56 | 0 | 0.29 | 0.15 | 149.26 | 0.61 | 0.61 |
| Hex | 5F | D8 | 9A | 38 | 0 | 1D | F | 95 | 3D | 3D |
| Octal | 137 | 330 | 232 | 70 | 0 | 35 | 17 | 225 | 75 | 75 |
| Binary | 1011111 | 11011000 | 10011010 | 111000 | 0 | 11101 | 1111 | 10010101 | 111101 | 111101 |
Color Harmonies of #5FD89A
Complementary color
Monochromatic Colors of #5FD89A
Black with #5FD89A
Text Example
Text Example
White with #5FD89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD89A; }
p { color: rgb(95,216,154); }
H1.HeaderClassName
{
color: #5FD89A;
}
.AnyTagClassName
{
color: #5FD89A;
}
</style>
background-color css
<style>
a { background-color: #5FD89A; }
a { background-color: rgb(95,216,154); }
div.DivClassName
{
background-color: #5FD89A;
}
.BgClassName
{
background-color: #5FD89A;
}
</style>
border-color css
<style>
span { border-color: #5FD89A; }
span { border-color: rgb(95,216,154); }
td.TdClassName
{
border-color: #5FD89A;
}
.TagClassName
{
border-color: #5FD89A;
}
</style>