Shades of Medium Aquamarine #51FDAB
Tints of Medium Aquamarine #51FDAB
RGB
CMYK
RGB Variations
Color information
#51FDAB (or 0x51FDAB) is known color: Medium Aquamarine. HEX triplet: 51, FD and AB. RGB value is (81,253,171). Sum of RGB (Red+Green+Blue) = 81+253+171=505 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.04% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #51FDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #51FDAB is #AE0254. Grayscale: #C0C0C0. Windows color (decimal): -11403861 or 11271505. OLE color: 11271505.
HSL color Cylindrical-coordinate representation of color #51FDAB: hue angle of 151.4º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FDAB is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 253 | 171 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.01 |
| HSL | 151.4º | 0.98% | 0.65% | - |
| HSV(B) | 151.4º | 0.68% | 0.99% | - |
| XYZ | 45.87 | 74.94 | 50.58 | - |
| YUV | 192.22 | 116.02 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 253 | 171 | 0.68 | 0 | 0.32 | 0.01 | 151.4 | 0.98 | 0.65 |
| Hex | 51 | FD | AB | 44 | 0 | 20 | 1 | 97 | 62 | 41 |
| Octal | 121 | 375 | 253 | 104 | 0 | 40 | 1 | 227 | 142 | 101 |
| Binary | 1010001 | 11111101 | 10101011 | 1000100 | 0 | 100000 | 1 | 10010111 | 1100010 | 1000001 |
Color Harmonies of #51FDAB
Complementary color
Monochromatic Colors of #51FDAB
Black with #51FDAB
Text Example
Text Example
White with #51FDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FDAB; }
p { color: rgb(81,253,171); }
H1.HeaderClassName
{
color: #51FDAB;
}
.AnyTagClassName
{
color: #51FDAB;
}
</style>
background-color css
<style>
a { background-color: #51FDAB; }
a { background-color: rgb(81,253,171); }
div.DivClassName
{
background-color: #51FDAB;
}
.BgClassName
{
background-color: #51FDAB;
}
</style>
border-color css
<style>
span { border-color: #51FDAB; }
span { border-color: rgb(81,253,171); }
td.TdClassName
{
border-color: #51FDAB;
}
.TagClassName
{
border-color: #51FDAB;
}
</style>