Shades of Medium Aquamarine #5FFEAC
Tints of Medium Aquamarine #5FFEAC
RGB
CMYK
RGB Variations
Color information
#5FFEAC (or 0x5FFEAC) is known color: Medium Aquamarine. HEX triplet: 5F, FE and AC. RGB value is (95,254,172). Sum of RGB (Red+Green+Blue) = 95+254+172=521 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.23% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #5FFEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFEAC is #A00153. Grayscale: #C5C5C5. Windows color (decimal): -10486100 or 11337311. OLE color: 11337311.
HSL color Cylindrical-coordinate representation of color #5FFEAC: hue angle of 149.06º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFEAC is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 254 | 172 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.00 |
| HSL | 149.06º | 0.99% | 0.68% | - |
| HSV(B) | 149.06º | 0.63% | 1% | - |
| XYZ | 47.61 | 76.3 | 51.25 | - |
| YUV | 197.11 | 113.82 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 254 | 172 | 0.63 | 0 | 0.32 | 0.00 | 149.06 | 0.99 | 0.68 |
| Hex | 5F | FE | AC | 3F | 0 | 20 | 0 | 95 | 63 | 44 |
| Octal | 137 | 376 | 254 | 77 | 0 | 40 | 0 | 225 | 143 | 104 |
| Binary | 1011111 | 11111110 | 10101100 | 111111 | 0 | 100000 | 0 | 10010101 | 1100011 | 1000100 |
Color Harmonies of #5FFEAC
Complementary color
Monochromatic Colors of #5FFEAC
Black with #5FFEAC
Text Example
Text Example
White with #5FFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFEAC; }
p { color: rgb(95,254,172); }
H1.HeaderClassName
{
color: #5FFEAC;
}
.AnyTagClassName
{
color: #5FFEAC;
}
</style>
background-color css
<style>
a { background-color: #5FFEAC; }
a { background-color: rgb(95,254,172); }
div.DivClassName
{
background-color: #5FFEAC;
}
.BgClassName
{
background-color: #5FFEAC;
}
</style>
border-color css
<style>
span { border-color: #5FFEAC; }
span { border-color: rgb(95,254,172); }
td.TdClassName
{
border-color: #5FFEAC;
}
.TagClassName
{
border-color: #5FFEAC;
}
</style>