Shades of Medium Aquamarine #5FD89B
Tints of Medium Aquamarine #5FD89B
RGB
CMYK
RGB Variations
Color information
#5FD89B (or 0x5FD89B) is known color: Medium Aquamarine. HEX triplet: 5F, D8 and 9B. RGB value is (95,216,155). Sum of RGB (Red+Green+Blue) = 95+216+155=466 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.39% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD89B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD89B is #A02764. Grayscale: #ACACAC. Windows color (decimal): -10495845 or 10213471. OLE color: 10213471.
HSL color Cylindrical-coordinate representation of color #5FD89B: hue angle of 149.75º 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 #5FD89B is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 155 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.15 |
| HSL | 149.75º | 0.61% | 0.61% | - |
| HSV(B) | 149.75º | 0.56% | 0.85% | - |
| XYZ | 35.19 | 53.91 | 39.56 | - |
| YUV | 172.87 | 117.91 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 155 | 0.56 | 0 | 0.28 | 0.15 | 149.75 | 0.61 | 0.61 |
| Hex | 5F | D8 | 9B | 38 | 0 | 1C | F | 96 | 3D | 3D |
| Octal | 137 | 330 | 233 | 70 | 0 | 34 | 17 | 226 | 75 | 75 |
| Binary | 1011111 | 11011000 | 10011011 | 111000 | 0 | 11100 | 1111 | 10010110 | 111101 | 111101 |
Color Harmonies of #5FD89B
Complementary color
Monochromatic Colors of #5FD89B
Black with #5FD89B
Text Example
Text Example
White with #5FD89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD89B; }
p { color: rgb(95,216,155); }
H1.HeaderClassName
{
color: #5FD89B;
}
.AnyTagClassName
{
color: #5FD89B;
}
</style>
background-color css
<style>
a { background-color: #5FD89B; }
a { background-color: rgb(95,216,155); }
div.DivClassName
{
background-color: #5FD89B;
}
.BgClassName
{
background-color: #5FD89B;
}
</style>
border-color css
<style>
span { border-color: #5FD89B; }
span { border-color: rgb(95,216,155); }
td.TdClassName
{
border-color: #5FD89B;
}
.TagClassName
{
border-color: #5FD89B;
}
</style>