Shades of Medium Aquamarine #5FF49C
Tints of Medium Aquamarine #5FF49C
RGB
CMYK
RGB Variations
Color information
#5FF49C (or 0x5FF49C) is known color: Medium Aquamarine. HEX triplet: 5F, F4 and 9C. RGB value is (95,244,156). Sum of RGB (Red+Green+Blue) = 95+244+156=495 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.19% from 495); Green value is 244 (95.70% from 255 or 49.29% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 244 - color contains mainly: green. Hex color #5FF49C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF49C is #A00B63. Grayscale: #BDBDBD. Windows color (decimal): -10488676 or 10286175. OLE color: 10286175.
HSL color Cylindrical-coordinate representation of color #5FF49C: hue angle of 144.56º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF49C is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 244 | 156 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.04 |
| HSL | 144.56º | 0.87% | 0.66% | - |
| HSV(B) | 144.56º | 0.61% | 0.96% | - |
| XYZ | 43.07 | 69.53 | 42.6 | - |
| YUV | 189.42 | 109.14 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 244 | 156 | 0.61 | 0 | 0.36 | 0.04 | 144.56 | 0.87 | 0.66 |
| Hex | 5F | F4 | 9C | 3D | 0 | 24 | 4 | 91 | 57 | 42 |
| Octal | 137 | 364 | 234 | 75 | 0 | 44 | 4 | 221 | 127 | 102 |
| Binary | 1011111 | 11110100 | 10011100 | 111101 | 0 | 100100 | 100 | 10010001 | 1010111 | 1000010 |
Color Harmonies of #5FF49C
Complementary color
Monochromatic Colors of #5FF49C
Black with #5FF49C
Text Example
Text Example
White with #5FF49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF49C; }
p { color: rgb(95,244,156); }
H1.HeaderClassName
{
color: #5FF49C;
}
.AnyTagClassName
{
color: #5FF49C;
}
</style>
background-color css
<style>
a { background-color: #5FF49C; }
a { background-color: rgb(95,244,156); }
div.DivClassName
{
background-color: #5FF49C;
}
.BgClassName
{
background-color: #5FF49C;
}
</style>
border-color css
<style>
span { border-color: #5FF49C; }
span { border-color: rgb(95,244,156); }
td.TdClassName
{
border-color: #5FF49C;
}
.TagClassName
{
border-color: #5FF49C;
}
</style>