Shades of Medium Aquamarine #51CDA0
Tints of Medium Aquamarine #51CDA0
RGB
CMYK
RGB Variations
Color information
#51CDA0 (or 0x51CDA0) is known color: Medium Aquamarine. HEX triplet: 51, CD and A0. RGB value is (81,205,160). Sum of RGB (Red+Green+Blue) = 81+205+160=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #51CDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CDA0 is #AE325F. Grayscale: #A2A2A2. Windows color (decimal): -11416160 or 10538321. OLE color: 10538321.
HSL color Cylindrical-coordinate representation of color #51CDA0: hue angle of 158.23º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CDA0 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 205 | 160 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.20 |
| HSL | 158.23º | 0.55% | 0.56% | - |
| HSV(B) | 158.23º | 0.6% | 0.8% | - |
| XYZ | 31.57 | 47.95 | 40.85 | - |
| YUV | 162.79 | 126.42 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 205 | 160 | 0.60 | 0 | 0.22 | 0.20 | 158.23 | 0.55 | 0.56 |
| Hex | 51 | CD | A0 | 3C | 0 | 16 | 14 | 9E | 37 | 38 |
| Octal | 121 | 315 | 240 | 74 | 0 | 26 | 24 | 236 | 67 | 70 |
| Binary | 1010001 | 11001101 | 10100000 | 111100 | 0 | 10110 | 10100 | 10011110 | 110111 | 111000 |
Color Harmonies of #51CDA0
Complementary color
Monochromatic Colors of #51CDA0
Black with #51CDA0
Text Example
Text Example
White with #51CDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CDA0; }
p { color: rgb(81,205,160); }
H1.HeaderClassName
{
color: #51CDA0;
}
.AnyTagClassName
{
color: #51CDA0;
}
</style>
background-color css
<style>
a { background-color: #51CDA0; }
a { background-color: rgb(81,205,160); }
div.DivClassName
{
background-color: #51CDA0;
}
.BgClassName
{
background-color: #51CDA0;
}
</style>
border-color css
<style>
span { border-color: #51CDA0; }
span { border-color: rgb(81,205,160); }
td.TdClassName
{
border-color: #51CDA0;
}
.TagClassName
{
border-color: #51CDA0;
}
</style>