Shades of Medium Aquamarine #5FFFA1
Tints of Medium Aquamarine #5FFFA1
RGB
CMYK
RGB Variations
Color information
#5FFFA1 (or 0x5FFFA1) is known color: Medium Aquamarine. HEX triplet: 5F, FF and A1. RGB value is (95,255,161). Sum of RGB (Red+Green+Blue) = 95+255+161=511 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.59% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFFA1 is #A0005E. Grayscale: #C4C4C4. Windows color (decimal): -10485855 or 10616671. OLE color: 10616671.
HSL color Cylindrical-coordinate representation of color #5FFFA1: hue angle of 144.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFFA1 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 161 | - |
| CMYK | 0.63 | 0 | 0.37 | 0 |
| HSL | 144.75º | 1% | 0.69% | - |
| HSV(B) | 144.75º | 0.63% | 1% | - |
| XYZ | 46.91 | 76.53 | 46.02 | - |
| YUV | 196.44 | 107.99 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 161 | 0.63 | 0 | 0.37 | 0 | 144.75 | 1 | 0.69 |
| Hex | 5F | FF | A1 | 3F | 0 | 25 | 0 | 91 | 64 | 45 |
| Octal | 137 | 377 | 241 | 77 | 0 | 45 | 0 | 221 | 144 | 105 |
| Binary | 1011111 | 11111111 | 10100001 | 111111 | 0 | 100101 | 0 | 10010001 | 1100100 | 1000101 |
Color Harmonies of #5FFFA1
Complementary color
Monochromatic Colors of #5FFFA1
Black with #5FFFA1
Text Example
Text Example
White with #5FFFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFA1; }
p { color: rgb(95,255,161); }
H1.HeaderClassName
{
color: #5FFFA1;
}
.AnyTagClassName
{
color: #5FFFA1;
}
</style>
background-color css
<style>
a { background-color: #5FFFA1; }
a { background-color: rgb(95,255,161); }
div.DivClassName
{
background-color: #5FFFA1;
}
.BgClassName
{
background-color: #5FFFA1;
}
</style>
border-color css
<style>
span { border-color: #5FFFA1; }
span { border-color: rgb(95,255,161); }
td.TdClassName
{
border-color: #5FFFA1;
}
.TagClassName
{
border-color: #5FFFA1;
}
</style>