Shades of Medium Aquamarine #51DBA5
Tints of Medium Aquamarine #51DBA5
RGB
CMYK
RGB Variations
Color information
#51DBA5 (or 0x51DBA5) is known color: Medium Aquamarine. HEX triplet: 51, DB and A5. RGB value is (81,219,165). Sum of RGB (Red+Green+Blue) = 81+219+165=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #51DBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51DBA5 is #AE245A. Grayscale: #ABABAB. Windows color (decimal): -11412571 or 10869585. OLE color: 10869585.
HSL color Cylindrical-coordinate representation of color #51DBA5: hue angle of 156.52º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51DBA5 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 219 | 165 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.14 |
| HSL | 156.52º | 0.66% | 0.59% | - |
| HSV(B) | 156.52º | 0.63% | 0.86% | - |
| XYZ | 35.52 | 55.13 | 44.37 | - |
| YUV | 171.58 | 124.28 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 219 | 165 | 0.63 | 0 | 0.25 | 0.14 | 156.52 | 0.66 | 0.59 |
| Hex | 51 | DB | A5 | 3F | 0 | 19 | E | 9D | 42 | 3B |
| Octal | 121 | 333 | 245 | 77 | 0 | 31 | 16 | 235 | 102 | 73 |
| Binary | 1010001 | 11011011 | 10100101 | 111111 | 0 | 11001 | 1110 | 10011101 | 1000010 | 111011 |
Color Harmonies of #51DBA5
Complementary color
Monochromatic Colors of #51DBA5
Black with #51DBA5
Text Example
Text Example
White with #51DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DBA5; }
p { color: rgb(81,219,165); }
H1.HeaderClassName
{
color: #51DBA5;
}
.AnyTagClassName
{
color: #51DBA5;
}
</style>
background-color css
<style>
a { background-color: #51DBA5; }
a { background-color: rgb(81,219,165); }
div.DivClassName
{
background-color: #51DBA5;
}
.BgClassName
{
background-color: #51DBA5;
}
</style>
border-color css
<style>
span { border-color: #51DBA5; }
span { border-color: rgb(81,219,165); }
td.TdClassName
{
border-color: #51DBA5;
}
.TagClassName
{
border-color: #51DBA5;
}
</style>