Shades of Medium Aquamarine #51DEA8
Tints of Medium Aquamarine #51DEA8
RGB
CMYK
RGB Variations
Color information
#51DEA8 (or 0x51DEA8) is known color: Medium Aquamarine. HEX triplet: 51, DE and A8. RGB value is (81,222,168). Sum of RGB (Red+Green+Blue) = 81+222+168=471 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.20% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 222 - color contains mainly: green. Hex color #51DEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51DEA8 is #AE2157. Grayscale: #ADADAD. Windows color (decimal): -11411800 or 11066961. OLE color: 11066961.
HSL color Cylindrical-coordinate representation of color #51DEA8: hue angle of 157.02º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51DEA8 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 222 | 168 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.13 |
| HSL | 157.02º | 0.68% | 0.59% | - |
| HSV(B) | 157.02º | 0.64% | 0.87% | - |
| XYZ | 36.58 | 56.82 | 46.08 | - |
| YUV | 173.69 | 124.79 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 222 | 168 | 0.64 | 0 | 0.24 | 0.13 | 157.02 | 0.68 | 0.59 |
| Hex | 51 | DE | A8 | 40 | 0 | 18 | D | 9D | 44 | 3B |
| Octal | 121 | 336 | 250 | 100 | 0 | 30 | 15 | 235 | 104 | 73 |
| Binary | 1010001 | 11011110 | 10101000 | 1000000 | 0 | 11000 | 1101 | 10011101 | 1000100 | 111011 |
Color Harmonies of #51DEA8
Complementary color
Monochromatic Colors of #51DEA8
Black with #51DEA8
Text Example
Text Example
White with #51DEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DEA8; }
p { color: rgb(81,222,168); }
H1.HeaderClassName
{
color: #51DEA8;
}
.AnyTagClassName
{
color: #51DEA8;
}
</style>
background-color css
<style>
a { background-color: #51DEA8; }
a { background-color: rgb(81,222,168); }
div.DivClassName
{
background-color: #51DEA8;
}
.BgClassName
{
background-color: #51DEA8;
}
</style>
border-color css
<style>
span { border-color: #51DEA8; }
span { border-color: rgb(81,222,168); }
td.TdClassName
{
border-color: #51DEA8;
}
.TagClassName
{
border-color: #51DEA8;
}
</style>