Shades of Medium Aquamarine #51FBA4
Tints of Medium Aquamarine #51FBA4
RGB
CMYK
RGB Variations
Color information
#51FBA4 (or 0x51FBA4) is known color: Medium Aquamarine. HEX triplet: 51, FB and A4. RGB value is (81,251,164). Sum of RGB (Red+Green+Blue) = 81+251+164=496 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.33% from 496); Green value is 251 (98.44% from 255 or 50.60% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 251 - color contains mainly: green. Hex color #51FBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #51FBA4 is #AE045B. Grayscale: #BEBEBE. Windows color (decimal): -11404380 or 10812241. OLE color: 10812241.
HSL color Cylindrical-coordinate representation of color #51FBA4: hue angle of 149.29º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FBA4 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 251 | 164 | - |
| CMYK | 0.68 | 0 | 0.35 | 0.02 |
| HSL | 149.29º | 0.96% | 0.65% | - |
| HSV(B) | 149.29º | 0.68% | 0.98% | - |
| XYZ | 44.59 | 73.42 | 46.94 | - |
| YUV | 190.25 | 113.18 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 251 | 164 | 0.68 | 0 | 0.35 | 0.02 | 149.29 | 0.96 | 0.65 |
| Hex | 51 | FB | A4 | 44 | 0 | 23 | 2 | 95 | 60 | 41 |
| Octal | 121 | 373 | 244 | 104 | 0 | 43 | 2 | 225 | 140 | 101 |
| Binary | 1010001 | 11111011 | 10100100 | 1000100 | 0 | 100011 | 10 | 10010101 | 1100000 | 1000001 |
Color Harmonies of #51FBA4
Complementary color
Monochromatic Colors of #51FBA4
Black with #51FBA4
Text Example
Text Example
White with #51FBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FBA4; }
p { color: rgb(81,251,164); }
H1.HeaderClassName
{
color: #51FBA4;
}
.AnyTagClassName
{
color: #51FBA4;
}
</style>
background-color css
<style>
a { background-color: #51FBA4; }
a { background-color: rgb(81,251,164); }
div.DivClassName
{
background-color: #51FBA4;
}
.BgClassName
{
background-color: #51FBA4;
}
</style>
border-color css
<style>
span { border-color: #51FBA4; }
span { border-color: rgb(81,251,164); }
td.TdClassName
{
border-color: #51FBA4;
}
.TagClassName
{
border-color: #51FBA4;
}
</style>