Shades of Medium Aquamarine #51CEA0
Tints of Medium Aquamarine #51CEA0
RGB
CMYK
RGB Variations
Color information
#51CEA0 (or 0x51CEA0) is known color: Medium Aquamarine. HEX triplet: 51, CE and A0. RGB value is (81,206,160). Sum of RGB (Red+Green+Blue) = 81+206+160=447 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.12% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #51CEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CEA0 is #AE315F. Grayscale: #A3A3A3. Windows color (decimal): -11415904 or 10538577. OLE color: 10538577.
HSL color Cylindrical-coordinate representation of color #51CEA0: hue angle of 157.92º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51CEA0 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 206 | 160 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.19 |
| HSL | 157.92º | 0.56% | 0.56% | - |
| HSV(B) | 157.92º | 0.61% | 0.81% | - |
| XYZ | 31.81 | 48.43 | 40.93 | - |
| YUV | 163.38 | 126.09 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 206 | 160 | 0.61 | 0 | 0.22 | 0.19 | 157.92 | 0.56 | 0.56 |
| Hex | 51 | CE | A0 | 3D | 0 | 16 | 13 | 9E | 38 | 38 |
| Octal | 121 | 316 | 240 | 75 | 0 | 26 | 23 | 236 | 70 | 70 |
| Binary | 1010001 | 11001110 | 10100000 | 111101 | 0 | 10110 | 10011 | 10011110 | 111000 | 111000 |
Color Harmonies of #51CEA0
Complementary color
Monochromatic Colors of #51CEA0
Black with #51CEA0
Text Example
Text Example
White with #51CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CEA0; }
p { color: rgb(81,206,160); }
H1.HeaderClassName
{
color: #51CEA0;
}
.AnyTagClassName
{
color: #51CEA0;
}
</style>
background-color css
<style>
a { background-color: #51CEA0; }
a { background-color: rgb(81,206,160); }
div.DivClassName
{
background-color: #51CEA0;
}
.BgClassName
{
background-color: #51CEA0;
}
</style>
border-color css
<style>
span { border-color: #51CEA0; }
span { border-color: rgb(81,206,160); }
td.TdClassName
{
border-color: #51CEA0;
}
.TagClassName
{
border-color: #51CEA0;
}
</style>