Shades of Medium Aquamarine #5FE0B1
Tints of Medium Aquamarine #5FE0B1
RGB
CMYK
RGB Variations
Color information
#5FE0B1 (or 0x5FE0B1) is known color: Medium Aquamarine. HEX triplet: 5F, E0 and B1. RGB value is (95,224,177). Sum of RGB (Red+Green+Blue) = 95+224+177=496 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.15% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE0B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE0B1 is #A01F4E. Grayscale: #B4B4B4. Windows color (decimal): -10493775 or 11657311. OLE color: 11657311.
HSL color Cylindrical-coordinate representation of color #5FE0B1: hue angle of 158.14º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE0B1 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 224 | 177 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.12 |
| HSL | 158.14º | 0.68% | 0.63% | - |
| HSV(B) | 158.14º | 0.58% | 0.88% | - |
| XYZ | 39.31 | 58.92 | 50.9 | - |
| YUV | 180.07 | 126.26 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 224 | 177 | 0.58 | 0 | 0.21 | 0.12 | 158.14 | 0.68 | 0.63 |
| Hex | 5F | E0 | B1 | 3A | 0 | 15 | C | 9E | 44 | 3F |
| Octal | 137 | 340 | 261 | 72 | 0 | 25 | 14 | 236 | 104 | 77 |
| Binary | 1011111 | 11100000 | 10110001 | 111010 | 0 | 10101 | 1100 | 10011110 | 1000100 | 111111 |
Color Harmonies of #5FE0B1
Complementary color
Monochromatic Colors of #5FE0B1
Black with #5FE0B1
Text Example
Text Example
White with #5FE0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE0B1; }
p { color: rgb(95,224,177); }
H1.HeaderClassName
{
color: #5FE0B1;
}
.AnyTagClassName
{
color: #5FE0B1;
}
</style>
background-color css
<style>
a { background-color: #5FE0B1; }
a { background-color: rgb(95,224,177); }
div.DivClassName
{
background-color: #5FE0B1;
}
.BgClassName
{
background-color: #5FE0B1;
}
</style>
border-color css
<style>
span { border-color: #5FE0B1; }
span { border-color: rgb(95,224,177); }
td.TdClassName
{
border-color: #5FE0B1;
}
.TagClassName
{
border-color: #5FE0B1;
}
</style>