Shades of Medium Aquamarine #5FFC98
Tints of Medium Aquamarine #5FFC98
RGB
CMYK
RGB Variations
Color information
#5FFC98 (or 0x5FFC98) is known color: Medium Aquamarine. HEX triplet: 5F, FC and 98. RGB value is (95,252,152). Sum of RGB (Red+Green+Blue) = 95+252+152=499 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19.04% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFC98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFC98 is #A00367. Grayscale: #C1C1C1. Windows color (decimal): -10486632 or 10026079. OLE color: 10026079.
HSL color Cylindrical-coordinate representation of color #5FFC98: hue angle of 141.78º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFC98 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 152 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.01 |
| HSL | 141.78º | 0.96% | 0.68% | - |
| HSV(B) | 141.78º | 0.62% | 0.99% | - |
| XYZ | 45.2 | 74.32 | 41.67 | - |
| YUV | 193.66 | 104.49 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 152 | 0.62 | 0 | 0.40 | 0.01 | 141.78 | 0.96 | 0.68 |
| Hex | 5F | FC | 98 | 3E | 0 | 28 | 1 | 8E | 60 | 44 |
| Octal | 137 | 374 | 230 | 76 | 0 | 50 | 1 | 216 | 140 | 104 |
| Binary | 1011111 | 11111100 | 10011000 | 111110 | 0 | 101000 | 1 | 10001110 | 1100000 | 1000100 |
Color Harmonies of #5FFC98
Complementary color
Monochromatic Colors of #5FFC98
Black with #5FFC98
Text Example
Text Example
White with #5FFC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFC98; }
p { color: rgb(95,252,152); }
H1.HeaderClassName
{
color: #5FFC98;
}
.AnyTagClassName
{
color: #5FFC98;
}
</style>
background-color css
<style>
a { background-color: #5FFC98; }
a { background-color: rgb(95,252,152); }
div.DivClassName
{
background-color: #5FFC98;
}
.BgClassName
{
background-color: #5FFC98;
}
</style>
border-color css
<style>
span { border-color: #5FFC98; }
span { border-color: rgb(95,252,152); }
td.TdClassName
{
border-color: #5FFC98;
}
.TagClassName
{
border-color: #5FFC98;
}
</style>