Shades of Medium Aquamarine #51DBA1
Tints of Medium Aquamarine #51DBA1
RGB
CMYK
RGB Variations
Color information
#51DBA1 (or 0x51DBA1) is known color: Medium Aquamarine. HEX triplet: 51, DB and A1. RGB value is (81,219,161). Sum of RGB (Red+Green+Blue) = 81+219+161=461 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.57% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #51DBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51DBA1 is #AE245E. Grayscale: #ABABAB. Windows color (decimal): -11412575 or 10607441. OLE color: 10607441.
HSL color Cylindrical-coordinate representation of color #51DBA1: hue angle of 154.78º 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 #51DBA1 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 219 | 161 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.14 |
| HSL | 154.78º | 0.66% | 0.59% | - |
| HSV(B) | 154.78º | 0.63% | 0.86% | - |
| XYZ | 35.16 | 54.99 | 42.48 | - |
| YUV | 171.13 | 122.28 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 219 | 161 | 0.63 | 0 | 0.26 | 0.14 | 154.78 | 0.66 | 0.59 |
| Hex | 51 | DB | A1 | 3F | 0 | 1A | E | 9B | 42 | 3B |
| Octal | 121 | 333 | 241 | 77 | 0 | 32 | 16 | 233 | 102 | 73 |
| Binary | 1010001 | 11011011 | 10100001 | 111111 | 0 | 11010 | 1110 | 10011011 | 1000010 | 111011 |
Color Harmonies of #51DBA1
Complementary color
Monochromatic Colors of #51DBA1
Black with #51DBA1
Text Example
Text Example
White with #51DBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DBA1; }
p { color: rgb(81,219,161); }
H1.HeaderClassName
{
color: #51DBA1;
}
.AnyTagClassName
{
color: #51DBA1;
}
</style>
background-color css
<style>
a { background-color: #51DBA1; }
a { background-color: rgb(81,219,161); }
div.DivClassName
{
background-color: #51DBA1;
}
.BgClassName
{
background-color: #51DBA1;
}
</style>
border-color css
<style>
span { border-color: #51DBA1; }
span { border-color: rgb(81,219,161); }
td.TdClassName
{
border-color: #51DBA1;
}
.TagClassName
{
border-color: #51DBA1;
}
</style>