Shades of Medium Aquamarine #5FE99A
Tints of Medium Aquamarine #5FE99A
RGB
CMYK
RGB Variations
Color information
#5FE99A (or 0x5FE99A) is known color: Medium Aquamarine. HEX triplet: 5F, E9 and 9A. RGB value is (95,233,154). Sum of RGB (Red+Green+Blue) = 95+233+154=482 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.71% from 482); Green value is 233 (91.41% from 255 or 48.34% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 233 - color contains mainly: green. Hex color #5FE99A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FE99A is #A01665. Grayscale: #B6B6B6. Windows color (decimal): -10491494 or 10152287. OLE color: 10152287.
HSL color Cylindrical-coordinate representation of color #5FE99A: hue angle of 145.65º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE99A is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 95 | 233 | 154 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.09 |
| HSL | 145.65º | 0.76% | 0.64% | - |
| HSV(B) | 145.65º | 0.59% | 0.91% | - |
| XYZ | 39.69 | 63.04 | 40.65 | - |
| YUV | 182.73 | 111.78 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 233 | 154 | 0.59 | 0 | 0.34 | 0.09 | 145.65 | 0.76 | 0.64 |
| Hex | 5F | E9 | 9A | 3B | 0 | 22 | 9 | 92 | 4C | 40 |
| Octal | 137 | 351 | 232 | 73 | 0 | 42 | 11 | 222 | 114 | 100 |
| Binary | 1011111 | 11101001 | 10011010 | 111011 | 0 | 100010 | 1001 | 10010010 | 1001100 | 1000000 |
Color Harmonies of #5FE99A
Complementary color
Monochromatic Colors of #5FE99A
Black with #5FE99A
Text Example
Text Example
White with #5FE99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE99A; }
p { color: rgb(95,233,154); }
H1.HeaderClassName
{
color: #5FE99A;
}
.AnyTagClassName
{
color: #5FE99A;
}
</style>
background-color css
<style>
a { background-color: #5FE99A; }
a { background-color: rgb(95,233,154); }
div.DivClassName
{
background-color: #5FE99A;
}
.BgClassName
{
background-color: #5FE99A;
}
</style>
border-color css
<style>
span { border-color: #5FE99A; }
span { border-color: rgb(95,233,154); }
td.TdClassName
{
border-color: #5FE99A;
}
.TagClassName
{
border-color: #5FE99A;
}
</style>