Shades of Medium Aquamarine #5FF59C
Tints of Medium Aquamarine #5FF59C
RGB
CMYK
RGB Variations
Color information
#5FF59C (or 0x5FF59C) is known color: Medium Aquamarine. HEX triplet: 5F, F5 and 9C. RGB value is (95,245,156). Sum of RGB (Red+Green+Blue) = 95+245+156=496 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.15% from 496); Green value is 245 (96.09% from 255 or 49.40% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 245 - color contains mainly: green. Hex color #5FF59C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF59C is #A00A63. Grayscale: #BEBEBE. Windows color (decimal): -10488420 or 10286431. OLE color: 10286431.
HSL color Cylindrical-coordinate representation of color #5FF59C: hue angle of 144.4º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF59C is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 245 | 156 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.04 |
| HSL | 144.4º | 0.88% | 0.67% | - |
| HSV(B) | 144.4º | 0.61% | 0.96% | - |
| XYZ | 43.37 | 70.14 | 42.7 | - |
| YUV | 190 | 108.81 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 245 | 156 | 0.61 | 0 | 0.36 | 0.04 | 144.4 | 0.88 | 0.67 |
| Hex | 5F | F5 | 9C | 3D | 0 | 24 | 4 | 90 | 58 | 43 |
| Octal | 137 | 365 | 234 | 75 | 0 | 44 | 4 | 220 | 130 | 103 |
| Binary | 1011111 | 11110101 | 10011100 | 111101 | 0 | 100100 | 100 | 10010000 | 1011000 | 1000011 |
Color Harmonies of #5FF59C
Complementary color
Monochromatic Colors of #5FF59C
Black with #5FF59C
Text Example
Text Example
White with #5FF59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF59C; }
p { color: rgb(95,245,156); }
H1.HeaderClassName
{
color: #5FF59C;
}
.AnyTagClassName
{
color: #5FF59C;
}
</style>
background-color css
<style>
a { background-color: #5FF59C; }
a { background-color: rgb(95,245,156); }
div.DivClassName
{
background-color: #5FF59C;
}
.BgClassName
{
background-color: #5FF59C;
}
</style>
border-color css
<style>
span { border-color: #5FF59C; }
span { border-color: rgb(95,245,156); }
td.TdClassName
{
border-color: #5FF59C;
}
.TagClassName
{
border-color: #5FF59C;
}
</style>