Shades of Medium Aquamarine #51FFB0
Tints of Medium Aquamarine #51FFB0
RGB
CMYK
RGB Variations
Color information
#51FFB0 (or 0x51FFB0) is known color: Medium Aquamarine. HEX triplet: 51, FF and B0. RGB value is (81,255,176). Sum of RGB (Red+Green+Blue) = 81+255+176=512 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.82% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #51FFB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #51FFB0 is #AE004F. Grayscale: #C2C2C2. Windows color (decimal): -11403344 or 11599697. OLE color: 11599697.
HSL color Cylindrical-coordinate representation of color #51FFB0: hue angle of 152.76º 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 #51FFB0 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 255 | 176 | - |
| CMYK | 0.68 | 0 | 0.31 | 0 |
| HSL | 152.76º | 1% | 0.66% | - |
| HSV(B) | 152.76º | 0.68% | 1% | - |
| XYZ | 46.99 | 76.4 | 53.35 | - |
| YUV | 193.97 | 117.85 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 255 | 176 | 0.68 | 0 | 0.31 | 0 | 152.76 | 1 | 0.66 |
| Hex | 51 | FF | B0 | 44 | 0 | 1F | 0 | 99 | 64 | 42 |
| Octal | 121 | 377 | 260 | 104 | 0 | 37 | 0 | 231 | 144 | 102 |
| Binary | 1010001 | 11111111 | 10110000 | 1000100 | 0 | 11111 | 0 | 10011001 | 1100100 | 1000010 |
Color Harmonies of #51FFB0
Complementary color
Monochromatic Colors of #51FFB0
Black with #51FFB0
Text Example
Text Example
White with #51FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FFB0; }
p { color: rgb(81,255,176); }
H1.HeaderClassName
{
color: #51FFB0;
}
.AnyTagClassName
{
color: #51FFB0;
}
</style>
background-color css
<style>
a { background-color: #51FFB0; }
a { background-color: rgb(81,255,176); }
div.DivClassName
{
background-color: #51FFB0;
}
.BgClassName
{
background-color: #51FFB0;
}
</style>
border-color css
<style>
span { border-color: #51FFB0; }
span { border-color: rgb(81,255,176); }
td.TdClassName
{
border-color: #51FFB0;
}
.TagClassName
{
border-color: #51FFB0;
}
</style>