Shades of Medium Aquamarine #5FDC97
Tints of Medium Aquamarine #5FDC97
RGB
CMYK
RGB Variations
Color information
#5FDC97 (or 0x5FDC97) is known color: Medium Aquamarine. HEX triplet: 5F, DC and 97. RGB value is (95,220,151). Sum of RGB (Red+Green+Blue) = 95+220+151=466 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.39% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDC97 is #A02368. Grayscale: #AEAEAE. Windows color (decimal): -10494825 or 9952351. OLE color: 9952351.
HSL color Cylindrical-coordinate representation of color #5FDC97: hue angle of 146.88º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDC97 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 220 | 151 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.14 |
| HSL | 146.88º | 0.64% | 0.62% | - |
| HSV(B) | 146.88º | 0.57% | 0.86% | - |
| XYZ | 35.9 | 55.85 | 38.17 | - |
| YUV | 174.76 | 114.59 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 220 | 151 | 0.57 | 0 | 0.31 | 0.14 | 146.88 | 0.64 | 0.62 |
| Hex | 5F | DC | 97 | 39 | 0 | 1F | E | 93 | 40 | 3E |
| Octal | 137 | 334 | 227 | 71 | 0 | 37 | 16 | 223 | 100 | 76 |
| Binary | 1011111 | 11011100 | 10010111 | 111001 | 0 | 11111 | 1110 | 10010011 | 1000000 | 111110 |
Color Harmonies of #5FDC97
Complementary color
Monochromatic Colors of #5FDC97
Black with #5FDC97
Text Example
Text Example
White with #5FDC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDC97; }
p { color: rgb(95,220,151); }
H1.HeaderClassName
{
color: #5FDC97;
}
.AnyTagClassName
{
color: #5FDC97;
}
</style>
background-color css
<style>
a { background-color: #5FDC97; }
a { background-color: rgb(95,220,151); }
div.DivClassName
{
background-color: #5FDC97;
}
.BgClassName
{
background-color: #5FDC97;
}
</style>
border-color css
<style>
span { border-color: #5FDC97; }
span { border-color: rgb(95,220,151); }
td.TdClassName
{
border-color: #5FDC97;
}
.TagClassName
{
border-color: #5FDC97;
}
</style>