Shades of Medium Aquamarine #5FD59B
Tints of Medium Aquamarine #5FD59B
RGB
CMYK
RGB Variations
Color information
#5FD59B (or 0x5FD59B) is known color: Medium Aquamarine. HEX triplet: 5F, D5 and 9B. RGB value is (95,213,155). Sum of RGB (Red+Green+Blue) = 95+213+155=463 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.52% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #5FD59B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD59B is #A02A64. Grayscale: #ABABAB. Windows color (decimal): -10496613 or 10212703. OLE color: 10212703.
HSL color Cylindrical-coordinate representation of color #5FD59B: hue angle of 150.51º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD59B is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 213 | 155 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.16 |
| HSL | 150.51º | 0.58% | 0.6% | - |
| HSV(B) | 150.51º | 0.55% | 0.84% | - |
| XYZ | 34.43 | 52.39 | 39.31 | - |
| YUV | 171.11 | 118.91 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 213 | 155 | 0.55 | 0 | 0.27 | 0.16 | 150.51 | 0.58 | 0.6 |
| Hex | 5F | D5 | 9B | 37 | 0 | 1B | 10 | 97 | 3A | 3C |
| Octal | 137 | 325 | 233 | 67 | 0 | 33 | 20 | 227 | 72 | 74 |
| Binary | 1011111 | 11010101 | 10011011 | 110111 | 0 | 11011 | 10000 | 10010111 | 111010 | 111100 |
Color Harmonies of #5FD59B
Complementary color
Monochromatic Colors of #5FD59B
Black with #5FD59B
Text Example
Text Example
White with #5FD59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD59B; }
p { color: rgb(95,213,155); }
H1.HeaderClassName
{
color: #5FD59B;
}
.AnyTagClassName
{
color: #5FD59B;
}
</style>
background-color css
<style>
a { background-color: #5FD59B; }
a { background-color: rgb(95,213,155); }
div.DivClassName
{
background-color: #5FD59B;
}
.BgClassName
{
background-color: #5FD59B;
}
</style>
border-color css
<style>
span { border-color: #5FD59B; }
span { border-color: rgb(95,213,155); }
td.TdClassName
{
border-color: #5FD59B;
}
.TagClassName
{
border-color: #5FD59B;
}
</style>