Shades of Medium Aquamarine #5FD59C
Tints of Medium Aquamarine #5FD59C
RGB
CMYK
RGB Variations
Color information
#5FD59C (or 0x5FD59C) is known color: Medium Aquamarine. HEX triplet: 5F, D5 and 9C. RGB value is (95,213,156). Sum of RGB (Red+Green+Blue) = 95+213+156=464 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.47% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #5FD59C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD59C is #A02A63. Grayscale: #ABABAB. Windows color (decimal): -10496612 or 10278239. OLE color: 10278239.
HSL color Cylindrical-coordinate representation of color #5FD59C: hue angle of 151.02º 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 #5FD59C is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 213 | 156 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.16 |
| HSL | 151.02º | 0.58% | 0.6% | - |
| HSV(B) | 151.02º | 0.55% | 0.84% | - |
| XYZ | 34.51 | 52.42 | 39.75 | - |
| YUV | 171.22 | 119.41 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 213 | 156 | 0.55 | 0 | 0.27 | 0.16 | 151.02 | 0.58 | 0.6 |
| Hex | 5F | D5 | 9C | 37 | 0 | 1B | 10 | 97 | 3A | 3C |
| Octal | 137 | 325 | 234 | 67 | 0 | 33 | 20 | 227 | 72 | 74 |
| Binary | 1011111 | 11010101 | 10011100 | 110111 | 0 | 11011 | 10000 | 10010111 | 111010 | 111100 |
Color Harmonies of #5FD59C
Complementary color
Monochromatic Colors of #5FD59C
Black with #5FD59C
Text Example
Text Example
White with #5FD59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD59C; }
p { color: rgb(95,213,156); }
H1.HeaderClassName
{
color: #5FD59C;
}
.AnyTagClassName
{
color: #5FD59C;
}
</style>
background-color css
<style>
a { background-color: #5FD59C; }
a { background-color: rgb(95,213,156); }
div.DivClassName
{
background-color: #5FD59C;
}
.BgClassName
{
background-color: #5FD59C;
}
</style>
border-color css
<style>
span { border-color: #5FD59C; }
span { border-color: rgb(95,213,156); }
td.TdClassName
{
border-color: #5FD59C;
}
.TagClassName
{
border-color: #5FD59C;
}
</style>