Shades of Medium Aquamarine #51FFAB
Tints of Medium Aquamarine #51FFAB
RGB
CMYK
RGB Variations
Color information
#51FFAB (or 0x51FFAB) is known color: Medium Aquamarine. HEX triplet: 51, FF and AB. RGB value is (81,255,171). Sum of RGB (Red+Green+Blue) = 81+255+171=507 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.98% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #51FFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #51FFAB is #AE0054. Grayscale: #C1C1C1. Windows color (decimal): -11403349 or 11272017. OLE color: 11272017.
HSL color Cylindrical-coordinate representation of color #51FFAB: hue angle of 151.03º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FFAB is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 255 | 171 | - |
| CMYK | 0.68 | 0 | 0.33 | 0 |
| HSL | 151.03º | 1% | 0.66% | - |
| HSV(B) | 151.03º | 0.68% | 1% | - |
| XYZ | 46.5 | 76.21 | 50.79 | - |
| YUV | 193.4 | 115.35 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 255 | 171 | 0.68 | 0 | 0.33 | 0 | 151.03 | 1 | 0.66 |
| Hex | 51 | FF | AB | 44 | 0 | 21 | 0 | 97 | 64 | 42 |
| Octal | 121 | 377 | 253 | 104 | 0 | 41 | 0 | 227 | 144 | 102 |
| Binary | 1010001 | 11111111 | 10101011 | 1000100 | 0 | 100001 | 0 | 10010111 | 1100100 | 1000010 |
Color Harmonies of #51FFAB
Complementary color
Monochromatic Colors of #51FFAB
Black with #51FFAB
Text Example
Text Example
White with #51FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FFAB; }
p { color: rgb(81,255,171); }
H1.HeaderClassName
{
color: #51FFAB;
}
.AnyTagClassName
{
color: #51FFAB;
}
</style>
background-color css
<style>
a { background-color: #51FFAB; }
a { background-color: rgb(81,255,171); }
div.DivClassName
{
background-color: #51FFAB;
}
.BgClassName
{
background-color: #51FFAB;
}
</style>
border-color css
<style>
span { border-color: #51FFAB; }
span { border-color: rgb(81,255,171); }
td.TdClassName
{
border-color: #51FFAB;
}
.TagClassName
{
border-color: #51FFAB;
}
</style>