Shades of Medium Aquamarine #5FD39E
Tints of Medium Aquamarine #5FD39E
RGB
CMYK
RGB Variations
Color information
#5FD39E (or 0x5FD39E) is known color: Medium Aquamarine. HEX triplet: 5F, D3 and 9E. RGB value is (95,211,158). Sum of RGB (Red+Green+Blue) = 95+211+158=464 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.47% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #5FD39E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD39E is #A02C61. Grayscale: #AAAAAA. Windows color (decimal): -10497122 or 10408799. OLE color: 10408799.
HSL color Cylindrical-coordinate representation of color #5FD39E: hue angle of 152.59º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD39E is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 95 | 211 | 158 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.17 |
| HSL | 152.59º | 0.57% | 0.6% | - |
| HSV(B) | 152.59º | 0.55% | 0.83% | - |
| XYZ | 34.19 | 51.49 | 40.48 | - |
| YUV | 170.27 | 121.07 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 211 | 158 | 0.55 | 0 | 0.25 | 0.17 | 152.59 | 0.57 | 0.6 |
| Hex | 5F | D3 | 9E | 37 | 0 | 19 | 11 | 99 | 39 | 3C |
| Octal | 137 | 323 | 236 | 67 | 0 | 31 | 21 | 231 | 71 | 74 |
| Binary | 1011111 | 11010011 | 10011110 | 110111 | 0 | 11001 | 10001 | 10011001 | 111001 | 111100 |
Color Harmonies of #5FD39E
Complementary color
Monochromatic Colors of #5FD39E
Black with #5FD39E
Text Example
Text Example
White with #5FD39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD39E; }
p { color: rgb(95,211,158); }
H1.HeaderClassName
{
color: #5FD39E;
}
.AnyTagClassName
{
color: #5FD39E;
}
</style>
background-color css
<style>
a { background-color: #5FD39E; }
a { background-color: rgb(95,211,158); }
div.DivClassName
{
background-color: #5FD39E;
}
.BgClassName
{
background-color: #5FD39E;
}
</style>
border-color css
<style>
span { border-color: #5FD39E; }
span { border-color: rgb(95,211,158); }
td.TdClassName
{
border-color: #5FD39E;
}
.TagClassName
{
border-color: #5FD39E;
}
</style>