Shades of Medium Aquamarine #51DEAF
Tints of Medium Aquamarine #51DEAF
RGB
CMYK
RGB Variations
Color information
#51DEAF (or 0x51DEAF) is known color: Medium Aquamarine. HEX triplet: 51, DE and AF. RGB value is (81,222,175). Sum of RGB (Red+Green+Blue) = 81+222+175=478 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.95% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #51DEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51DEAF is #AE2150. Grayscale: #AEAEAE. Windows color (decimal): -11411793 or 11525713. OLE color: 11525713.
HSL color Cylindrical-coordinate representation of color #51DEAF: hue angle of 160º 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 #51DEAF is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 222 | 175 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.13 |
| HSL | 160º | 0.68% | 0.59% | - |
| HSV(B) | 160º | 0.64% | 0.87% | - |
| XYZ | 37.25 | 57.09 | 49.61 | - |
| YUV | 174.48 | 128.29 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 222 | 175 | 0.64 | 0 | 0.21 | 0.13 | 160 | 0.68 | 0.59 |
| Hex | 51 | DE | AF | 40 | 0 | 15 | D | A0 | 44 | 3B |
| Octal | 121 | 336 | 257 | 100 | 0 | 25 | 15 | 240 | 104 | 73 |
| Binary | 1010001 | 11011110 | 10101111 | 1000000 | 0 | 10101 | 1101 | 10100000 | 1000100 | 111011 |
Color Harmonies of #51DEAF
Complementary color
Monochromatic Colors of #51DEAF
Black with #51DEAF
Text Example
Text Example
White with #51DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DEAF; }
p { color: rgb(81,222,175); }
H1.HeaderClassName
{
color: #51DEAF;
}
.AnyTagClassName
{
color: #51DEAF;
}
</style>
background-color css
<style>
a { background-color: #51DEAF; }
a { background-color: rgb(81,222,175); }
div.DivClassName
{
background-color: #51DEAF;
}
.BgClassName
{
background-color: #51DEAF;
}
</style>
border-color css
<style>
span { border-color: #51DEAF; }
span { border-color: rgb(81,222,175); }
td.TdClassName
{
border-color: #51DEAF;
}
.TagClassName
{
border-color: #51DEAF;
}
</style>