Shades of Medium Aquamarine #51DCB0
Tints of Medium Aquamarine #51DCB0
RGB
CMYK
RGB Variations
Color information
#51DCB0 (or 0x51DCB0) is known color: Medium Aquamarine. HEX triplet: 51, DC and B0. RGB value is (81,220,176). Sum of RGB (Red+Green+Blue) = 81+220+176=477 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.98% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #51DCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51DCB0 is #AE234F. Grayscale: #ADADAD. Windows color (decimal): -11412304 or 11590737. OLE color: 11590737.
HSL color Cylindrical-coordinate representation of color #51DCB0: hue angle of 161.01º degrees, saturation: 0.67, 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 #51DCB0 is Cyan = 0.63, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 220 | 176 | - |
| CMYK | 0.63 | 0 | 0.2 | 0.14 |
| HSL | 161.01º | 0.67% | 0.59% | - |
| HSV(B) | 161.01º | 0.63% | 0.86% | - |
| XYZ | 36.82 | 56.07 | 49.96 | - |
| YUV | 173.42 | 129.45 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 220 | 176 | 0.63 | 0 | 0.2 | 0.14 | 161.01 | 0.67 | 0.59 |
| Hex | 51 | DC | B0 | 3F | 0 | 14 | E | A1 | 43 | 3B |
| Octal | 121 | 334 | 260 | 77 | 0 | 24 | 16 | 241 | 103 | 73 |
| Binary | 1010001 | 11011100 | 10110000 | 111111 | 0 | 10100 | 1110 | 10100001 | 1000011 | 111011 |
Color Harmonies of #51DCB0
Complementary color
Monochromatic Colors of #51DCB0
Black with #51DCB0
Text Example
Text Example
White with #51DCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DCB0; }
p { color: rgb(81,220,176); }
H1.HeaderClassName
{
color: #51DCB0;
}
.AnyTagClassName
{
color: #51DCB0;
}
</style>
background-color css
<style>
a { background-color: #51DCB0; }
a { background-color: rgb(81,220,176); }
div.DivClassName
{
background-color: #51DCB0;
}
.BgClassName
{
background-color: #51DCB0;
}
</style>
border-color css
<style>
span { border-color: #51DCB0; }
span { border-color: rgb(81,220,176); }
td.TdClassName
{
border-color: #51DCB0;
}
.TagClassName
{
border-color: #51DCB0;
}
</style>