Shades of Medium Aquamarine #51D0A3
Tints of Medium Aquamarine #51D0A3
RGB
CMYK
RGB Variations
Color information
#51D0A3 (or 0x51D0A3) is known color: Medium Aquamarine. HEX triplet: 51, D0 and A3. RGB value is (81,208,163). Sum of RGB (Red+Green+Blue) = 81+208+163=452 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.92% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 163 (64.06% from 255 or 36.06% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #51D0A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51D0A3 is #AE2F5C. Grayscale: #A4A4A4. Windows color (decimal): -11415389 or 10735697. OLE color: 10735697.
HSL color Cylindrical-coordinate representation of color #51D0A3: hue angle of 158.74º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51D0A3 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 208 | 163 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.18 |
| HSL | 158.74º | 0.57% | 0.57% | - |
| HSV(B) | 158.74º | 0.61% | 0.82% | - |
| XYZ | 32.56 | 49.51 | 42.49 | - |
| YUV | 164.9 | 126.92 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 208 | 163 | 0.61 | 0 | 0.22 | 0.18 | 158.74 | 0.57 | 0.57 |
| Hex | 51 | D0 | A3 | 3D | 0 | 16 | 12 | 9F | 39 | 39 |
| Octal | 121 | 320 | 243 | 75 | 0 | 26 | 22 | 237 | 71 | 71 |
| Binary | 1010001 | 11010000 | 10100011 | 111101 | 0 | 10110 | 10010 | 10011111 | 111001 | 111001 |
Color Harmonies of #51D0A3
Complementary color
Monochromatic Colors of #51D0A3
Black with #51D0A3
Text Example
Text Example
White with #51D0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D0A3; }
p { color: rgb(81,208,163); }
H1.HeaderClassName
{
color: #51D0A3;
}
.AnyTagClassName
{
color: #51D0A3;
}
</style>
background-color css
<style>
a { background-color: #51D0A3; }
a { background-color: rgb(81,208,163); }
div.DivClassName
{
background-color: #51D0A3;
}
.BgClassName
{
background-color: #51D0A3;
}
</style>
border-color css
<style>
span { border-color: #51D0A3; }
span { border-color: rgb(81,208,163); }
td.TdClassName
{
border-color: #51D0A3;
}
.TagClassName
{
border-color: #51D0A3;
}
</style>