Shades of Medium Aquamarine #51D8A8
Tints of Medium Aquamarine #51D8A8
RGB
CMYK
RGB Variations
Color information
#51D8A8 (or 0x51D8A8) is known color: Medium Aquamarine. HEX triplet: 51, D8 and A8. RGB value is (81,216,168). Sum of RGB (Red+Green+Blue) = 81+216+168=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #51D8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51D8A8 is #AE2757. Grayscale: #AAAAAA. Windows color (decimal): -11413336 or 11065425. OLE color: 11065425.
HSL color Cylindrical-coordinate representation of color #51D8A8: hue angle of 158.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51D8A8 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 216 | 168 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.15 |
| HSL | 158.67º | 0.63% | 0.58% | - |
| HSV(B) | 158.67º | 0.63% | 0.85% | - |
| XYZ | 35.02 | 53.69 | 45.56 | - |
| YUV | 170.16 | 126.77 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 216 | 168 | 0.62 | 0 | 0.22 | 0.15 | 158.67 | 0.63 | 0.58 |
| Hex | 51 | D8 | A8 | 3E | 0 | 16 | F | 9F | 3F | 3A |
| Octal | 121 | 330 | 250 | 76 | 0 | 26 | 17 | 237 | 77 | 72 |
| Binary | 1010001 | 11011000 | 10101000 | 111110 | 0 | 10110 | 1111 | 10011111 | 111111 | 111010 |
Color Harmonies of #51D8A8
Complementary color
Monochromatic Colors of #51D8A8
Black with #51D8A8
Text Example
Text Example
White with #51D8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D8A8; }
p { color: rgb(81,216,168); }
H1.HeaderClassName
{
color: #51D8A8;
}
.AnyTagClassName
{
color: #51D8A8;
}
</style>
background-color css
<style>
a { background-color: #51D8A8; }
a { background-color: rgb(81,216,168); }
div.DivClassName
{
background-color: #51D8A8;
}
.BgClassName
{
background-color: #51D8A8;
}
</style>
border-color css
<style>
span { border-color: #51D8A8; }
span { border-color: rgb(81,216,168); }
td.TdClassName
{
border-color: #51D8A8;
}
.TagClassName
{
border-color: #51D8A8;
}
</style>