Shades of Medium Aquamarine #51FBB0
Tints of Medium Aquamarine #51FBB0
RGB
CMYK
RGB Variations
Color information
#51FBB0 (or 0x51FBB0) is known color: Medium Aquamarine. HEX triplet: 51, FB and B0. RGB value is (81,251,176). Sum of RGB (Red+Green+Blue) = 81+251+176=508 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.94% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 251 - color contains mainly: green. Hex color #51FBB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #51FBB0 is #AE044F. Grayscale: #BFBFBF. Windows color (decimal): -11404368 or 11598673. OLE color: 11598673.
HSL color Cylindrical-coordinate representation of color #51FBB0: hue angle of 153.53º 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 #51FBB0 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 251 | 176 | - |
| CMYK | 0.68 | 0 | 0.30 | 0.02 |
| HSL | 153.53º | 0.96% | 0.65% | - |
| HSV(B) | 153.53º | 0.68% | 0.98% | - |
| XYZ | 45.73 | 73.88 | 52.92 | - |
| YUV | 191.62 | 119.18 | 49.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 251 | 176 | 0.68 | 0 | 0.30 | 0.02 | 153.53 | 0.96 | 0.65 |
| Hex | 51 | FB | B0 | 44 | 0 | 1E | 2 | 9A | 60 | 41 |
| Octal | 121 | 373 | 260 | 104 | 0 | 36 | 2 | 232 | 140 | 101 |
| Binary | 1010001 | 11111011 | 10110000 | 1000100 | 0 | 11110 | 10 | 10011010 | 1100000 | 1000001 |
Color Harmonies of #51FBB0
Complementary color
Monochromatic Colors of #51FBB0
Black with #51FBB0
Text Example
Text Example
White with #51FBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FBB0; }
p { color: rgb(81,251,176); }
H1.HeaderClassName
{
color: #51FBB0;
}
.AnyTagClassName
{
color: #51FBB0;
}
</style>
background-color css
<style>
a { background-color: #51FBB0; }
a { background-color: rgb(81,251,176); }
div.DivClassName
{
background-color: #51FBB0;
}
.BgClassName
{
background-color: #51FBB0;
}
</style>
border-color css
<style>
span { border-color: #51FBB0; }
span { border-color: rgb(81,251,176); }
td.TdClassName
{
border-color: #51FBB0;
}
.TagClassName
{
border-color: #51FBB0;
}
</style>