Shades of Medium Aquamarine #51DAB8
Tints of Medium Aquamarine #51DAB8
RGB
CMYK
RGB Variations
Color information
#51DAB8 (or 0x51DAB8) is known color: Medium Aquamarine. HEX triplet: 51, DA and B8. RGB value is (81,218,184). Sum of RGB (Red+Green+Blue) = 81+218+184=483 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.77% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #51DAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DAB8 is #AE2547. Grayscale: #ADADAD. Windows color (decimal): -11412808 or 12114513. OLE color: 12114513.
HSL color Cylindrical-coordinate representation of color #51DAB8: hue angle of 165.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51DAB8 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 218 | 184 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.15 |
| HSL | 165.11º | 0.65% | 0.59% | - |
| HSV(B) | 165.11º | 0.63% | 0.85% | - |
| XYZ | 37.12 | 55.35 | 54.08 | - |
| YUV | 173.16 | 134.11 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 218 | 184 | 0.63 | 0 | 0.16 | 0.15 | 165.11 | 0.65 | 0.59 |
| Hex | 51 | DA | B8 | 3F | 0 | 10 | F | A5 | 41 | 3B |
| Octal | 121 | 332 | 270 | 77 | 0 | 20 | 17 | 245 | 101 | 73 |
| Binary | 1010001 | 11011010 | 10111000 | 111111 | 0 | 10000 | 1111 | 10100101 | 1000001 | 111011 |
Color Harmonies of #51DAB8
Complementary color
Monochromatic Colors of #51DAB8
Black with #51DAB8
Text Example
Text Example
White with #51DAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DAB8; }
p { color: rgb(81,218,184); }
H1.HeaderClassName
{
color: #51DAB8;
}
.AnyTagClassName
{
color: #51DAB8;
}
</style>
background-color css
<style>
a { background-color: #51DAB8; }
a { background-color: rgb(81,218,184); }
div.DivClassName
{
background-color: #51DAB8;
}
.BgClassName
{
background-color: #51DAB8;
}
</style>
border-color css
<style>
span { border-color: #51DAB8; }
span { border-color: rgb(81,218,184); }
td.TdClassName
{
border-color: #51DAB8;
}
.TagClassName
{
border-color: #51DAB8;
}
</style>