Shades of Medium Aquamarine #5FE9A0
Tints of Medium Aquamarine #5FE9A0
RGB
CMYK
RGB Variations
Color information
#5FE9A0 (or 0x5FE9A0) is known color: Medium Aquamarine. HEX triplet: 5F, E9 and A0. RGB value is (95,233,160). Sum of RGB (Red+Green+Blue) = 95+233+160=488 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.47% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #5FE9A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FE9A0 is #A0165F. Grayscale: #B7B7B7. Windows color (decimal): -10491488 or 10545503. OLE color: 10545503.
HSL color Cylindrical-coordinate representation of color #5FE9A0: hue angle of 148.26º 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 #5FE9A0 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 95 | 233 | 160 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.09 |
| HSL | 148.26º | 0.76% | 0.64% | - |
| HSV(B) | 148.26º | 0.59% | 0.91% | - |
| XYZ | 40.2 | 63.25 | 43.35 | - |
| YUV | 183.42 | 114.78 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 233 | 160 | 0.59 | 0 | 0.31 | 0.09 | 148.26 | 0.76 | 0.64 |
| Hex | 5F | E9 | A0 | 3B | 0 | 1F | 9 | 94 | 4C | 40 |
| Octal | 137 | 351 | 240 | 73 | 0 | 37 | 11 | 224 | 114 | 100 |
| Binary | 1011111 | 11101001 | 10100000 | 111011 | 0 | 11111 | 1001 | 10010100 | 1001100 | 1000000 |
Color Harmonies of #5FE9A0
Complementary color
Monochromatic Colors of #5FE9A0
Black with #5FE9A0
Text Example
Text Example
White with #5FE9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE9A0; }
p { color: rgb(95,233,160); }
H1.HeaderClassName
{
color: #5FE9A0;
}
.AnyTagClassName
{
color: #5FE9A0;
}
</style>
background-color css
<style>
a { background-color: #5FE9A0; }
a { background-color: rgb(95,233,160); }
div.DivClassName
{
background-color: #5FE9A0;
}
.BgClassName
{
background-color: #5FE9A0;
}
</style>
border-color css
<style>
span { border-color: #5FE9A0; }
span { border-color: rgb(95,233,160); }
td.TdClassName
{
border-color: #5FE9A0;
}
.TagClassName
{
border-color: #5FE9A0;
}
</style>