Shades of Medium Aquamarine #51EFB0
Tints of Medium Aquamarine #51EFB0
RGB
CMYK
RGB Variations
Color information
#51EFB0 (or 0x51EFB0) is known color: Medium Aquamarine. HEX triplet: 51, EF and B0. RGB value is (81,239,176). Sum of RGB (Red+Green+Blue) = 81+239+176=496 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.33% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 239 - color contains mainly: green. Hex color #51EFB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #51EFB0 is #AE104F. Grayscale: #B8B8B8. Windows color (decimal): -11407440 or 11595601. OLE color: 11595601.
HSL color Cylindrical-coordinate representation of color #51EFB0: hue angle of 156.08º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51EFB0 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 239 | 176 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.06 |
| HSL | 156.08º | 0.83% | 0.63% | - |
| HSV(B) | 156.08º | 0.66% | 0.94% | - |
| XYZ | 42.1 | 66.62 | 51.71 | - |
| YUV | 184.58 | 123.15 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 239 | 176 | 0.66 | 0 | 0.26 | 0.06 | 156.08 | 0.83 | 0.63 |
| Hex | 51 | EF | B0 | 42 | 0 | 1A | 6 | 9C | 53 | 3F |
| Octal | 121 | 357 | 260 | 102 | 0 | 32 | 6 | 234 | 123 | 77 |
| Binary | 1010001 | 11101111 | 10110000 | 1000010 | 0 | 11010 | 110 | 10011100 | 1010011 | 111111 |
Color Harmonies of #51EFB0
Complementary color
Monochromatic Colors of #51EFB0
Black with #51EFB0
Text Example
Text Example
White with #51EFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EFB0; }
p { color: rgb(81,239,176); }
H1.HeaderClassName
{
color: #51EFB0;
}
.AnyTagClassName
{
color: #51EFB0;
}
</style>
background-color css
<style>
a { background-color: #51EFB0; }
a { background-color: rgb(81,239,176); }
div.DivClassName
{
background-color: #51EFB0;
}
.BgClassName
{
background-color: #51EFB0;
}
</style>
border-color css
<style>
span { border-color: #51EFB0; }
span { border-color: rgb(81,239,176); }
td.TdClassName
{
border-color: #51EFB0;
}
.TagClassName
{
border-color: #51EFB0;
}
</style>