Shades of Medium Aquamarine #5FFFAB
Tints of Medium Aquamarine #5FFFAB
RGB
CMYK
RGB Variations
Color information
#5FFFAB (or 0x5FFFAB) is known color: Medium Aquamarine. HEX triplet: 5F, FF and AB. RGB value is (95,255,171). Sum of RGB (Red+Green+Blue) = 95+255+171=521 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.23% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFFAB is #A00054. Grayscale: #C5C5C5. Windows color (decimal): -10485845 or 11272031. OLE color: 11272031.
HSL color Cylindrical-coordinate representation of color #5FFFAB: hue angle of 148.5º 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 #5FFFAB is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 171 | - |
| CMYK | 0.63 | 0 | 0.33 | 0 |
| HSL | 148.5º | 1% | 0.69% | - |
| HSV(B) | 148.5º | 0.63% | 1% | - |
| XYZ | 47.83 | 76.89 | 50.85 | - |
| YUV | 197.58 | 112.99 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 171 | 0.63 | 0 | 0.33 | 0 | 148.5 | 1 | 0.69 |
| Hex | 5F | FF | AB | 3F | 0 | 21 | 0 | 94 | 64 | 45 |
| Octal | 137 | 377 | 253 | 77 | 0 | 41 | 0 | 224 | 144 | 105 |
| Binary | 1011111 | 11111111 | 10101011 | 111111 | 0 | 100001 | 0 | 10010100 | 1100100 | 1000101 |
Color Harmonies of #5FFFAB
Complementary color
Monochromatic Colors of #5FFFAB
Black with #5FFFAB
Text Example
Text Example
White with #5FFFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFAB; }
p { color: rgb(95,255,171); }
H1.HeaderClassName
{
color: #5FFFAB;
}
.AnyTagClassName
{
color: #5FFFAB;
}
</style>
background-color css
<style>
a { background-color: #5FFFAB; }
a { background-color: rgb(95,255,171); }
div.DivClassName
{
background-color: #5FFFAB;
}
.BgClassName
{
background-color: #5FFFAB;
}
</style>
border-color css
<style>
span { border-color: #5FFFAB; }
span { border-color: rgb(95,255,171); }
td.TdClassName
{
border-color: #5FFFAB;
}
.TagClassName
{
border-color: #5FFFAB;
}
</style>