Shades of Medium Aquamarine #51DBB2
Tints of Medium Aquamarine #51DBB2
RGB
CMYK
RGB Variations
Color information
#51DBB2 (or 0x51DBB2) is known color: Medium Aquamarine. HEX triplet: 51, DB and B2. RGB value is (81,219,178). Sum of RGB (Red+Green+Blue) = 81+219+178=478 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.95% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #51DBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51DBB2 is #AE244D. Grayscale: #ADADAD. Windows color (decimal): -11412558 or 11721553. OLE color: 11721553.
HSL color Cylindrical-coordinate representation of color #51DBB2: hue angle of 162.17º 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 #51DBB2 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 219 | 178 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.14 |
| HSL | 162.17º | 0.66% | 0.59% | - |
| HSV(B) | 162.17º | 0.63% | 0.86% | - |
| XYZ | 36.76 | 55.63 | 50.92 | - |
| YUV | 173.06 | 130.78 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 219 | 178 | 0.63 | 0 | 0.19 | 0.14 | 162.17 | 0.66 | 0.59 |
| Hex | 51 | DB | B2 | 3F | 0 | 13 | E | A2 | 42 | 3B |
| Octal | 121 | 333 | 262 | 77 | 0 | 23 | 16 | 242 | 102 | 73 |
| Binary | 1010001 | 11011011 | 10110010 | 111111 | 0 | 10011 | 1110 | 10100010 | 1000010 | 111011 |
Color Harmonies of #51DBB2
Complementary color
Monochromatic Colors of #51DBB2
Black with #51DBB2
Text Example
Text Example
White with #51DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DBB2; }
p { color: rgb(81,219,178); }
H1.HeaderClassName
{
color: #51DBB2;
}
.AnyTagClassName
{
color: #51DBB2;
}
</style>
background-color css
<style>
a { background-color: #51DBB2; }
a { background-color: rgb(81,219,178); }
div.DivClassName
{
background-color: #51DBB2;
}
.BgClassName
{
background-color: #51DBB2;
}
</style>
border-color css
<style>
span { border-color: #51DBB2; }
span { border-color: rgb(81,219,178); }
td.TdClassName
{
border-color: #51DBB2;
}
.TagClassName
{
border-color: #51DBB2;
}
</style>