Shades of Medium Aquamarine #51DCA8
Tints of Medium Aquamarine #51DCA8
RGB
CMYK
RGB Variations
Color information
#51DCA8 (or 0x51DCA8) is known color: Medium Aquamarine. HEX triplet: 51, DC and A8. RGB value is (81,220,168). Sum of RGB (Red+Green+Blue) = 81+220+168=469 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.27% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #51DCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51DCA8 is #AE2357. Grayscale: #ACACAC. Windows color (decimal): -11412312 or 11066449. OLE color: 11066449.
HSL color Cylindrical-coordinate representation of color #51DCA8: hue angle of 157.55º 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 #51DCA8 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 220 | 168 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.14 |
| HSL | 157.55º | 0.67% | 0.59% | - |
| HSV(B) | 157.55º | 0.63% | 0.86% | - |
| XYZ | 36.05 | 55.76 | 45.91 | - |
| YUV | 172.51 | 125.45 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 220 | 168 | 0.63 | 0 | 0.24 | 0.14 | 157.55 | 0.67 | 0.59 |
| Hex | 51 | DC | A8 | 3F | 0 | 18 | E | 9E | 43 | 3B |
| Octal | 121 | 334 | 250 | 77 | 0 | 30 | 16 | 236 | 103 | 73 |
| Binary | 1010001 | 11011100 | 10101000 | 111111 | 0 | 11000 | 1110 | 10011110 | 1000011 | 111011 |
Color Harmonies of #51DCA8
Complementary color
Monochromatic Colors of #51DCA8
Black with #51DCA8
Text Example
Text Example
White with #51DCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DCA8; }
p { color: rgb(81,220,168); }
H1.HeaderClassName
{
color: #51DCA8;
}
.AnyTagClassName
{
color: #51DCA8;
}
</style>
background-color css
<style>
a { background-color: #51DCA8; }
a { background-color: rgb(81,220,168); }
div.DivClassName
{
background-color: #51DCA8;
}
.BgClassName
{
background-color: #51DCA8;
}
</style>
border-color css
<style>
span { border-color: #51DCA8; }
span { border-color: rgb(81,220,168); }
td.TdClassName
{
border-color: #51DCA8;
}
.TagClassName
{
border-color: #51DCA8;
}
</style>