Shades of Medium Aquamarine #51DCAA
Tints of Medium Aquamarine #51DCAA
RGB
CMYK
RGB Variations
Color information
#51DCAA (or 0x51DCAA) is known color: Medium Aquamarine. HEX triplet: 51, DC and AA. RGB value is (81,220,170). Sum of RGB (Red+Green+Blue) = 81+220+170=471 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.20% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #51DCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51DCAA is #AE2355. Grayscale: #ACACAC. Windows color (decimal): -11412310 or 11197521. OLE color: 11197521.
HSL color Cylindrical-coordinate representation of color #51DCAA: hue angle of 158.42º 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 #51DCAA is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 220 | 170 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.14 |
| HSL | 158.42º | 0.67% | 0.59% | - |
| HSV(B) | 158.42º | 0.63% | 0.86% | - |
| XYZ | 36.24 | 55.84 | 46.9 | - |
| YUV | 172.74 | 126.45 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 220 | 170 | 0.63 | 0 | 0.23 | 0.14 | 158.42 | 0.67 | 0.59 |
| Hex | 51 | DC | AA | 3F | 0 | 17 | E | 9E | 43 | 3B |
| Octal | 121 | 334 | 252 | 77 | 0 | 27 | 16 | 236 | 103 | 73 |
| Binary | 1010001 | 11011100 | 10101010 | 111111 | 0 | 10111 | 1110 | 10011110 | 1000011 | 111011 |
Color Harmonies of #51DCAA
Complementary color
Monochromatic Colors of #51DCAA
Black with #51DCAA
Text Example
Text Example
White with #51DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DCAA; }
p { color: rgb(81,220,170); }
H1.HeaderClassName
{
color: #51DCAA;
}
.AnyTagClassName
{
color: #51DCAA;
}
</style>
background-color css
<style>
a { background-color: #51DCAA; }
a { background-color: rgb(81,220,170); }
div.DivClassName
{
background-color: #51DCAA;
}
.BgClassName
{
background-color: #51DCAA;
}
</style>
border-color css
<style>
span { border-color: #51DCAA; }
span { border-color: rgb(81,220,170); }
td.TdClassName
{
border-color: #51DCAA;
}
.TagClassName
{
border-color: #51DCAA;
}
</style>