Shades of Medium Aquamarine #51D99D
Tints of Medium Aquamarine #51D99D
RGB
CMYK
RGB Variations
Color information
#51D99D (or 0x51D99D) is known color: Medium Aquamarine. HEX triplet: 51, D9 and 9D. RGB value is (81,217,157). Sum of RGB (Red+Green+Blue) = 81+217+157=455 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.80% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #51D99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51D99D is #AE2662. Grayscale: #A9A9A9. Windows color (decimal): -11413091 or 10344785. OLE color: 10344785.
HSL color Cylindrical-coordinate representation of color #51D99D: hue angle of 153.53º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51D99D is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 217 | 157 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.15 |
| HSL | 153.53º | 0.64% | 0.58% | - |
| HSV(B) | 153.53º | 0.63% | 0.85% | - |
| XYZ | 34.29 | 53.81 | 40.48 | - |
| YUV | 169.5 | 120.94 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 217 | 157 | 0.63 | 0 | 0.28 | 0.15 | 153.53 | 0.64 | 0.58 |
| Hex | 51 | D9 | 9D | 3F | 0 | 1C | F | 9A | 40 | 3A |
| Octal | 121 | 331 | 235 | 77 | 0 | 34 | 17 | 232 | 100 | 72 |
| Binary | 1010001 | 11011001 | 10011101 | 111111 | 0 | 11100 | 1111 | 10011010 | 1000000 | 111010 |
Color Harmonies of #51D99D
Complementary color
Monochromatic Colors of #51D99D
Black with #51D99D
Text Example
Text Example
White with #51D99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D99D; }
p { color: rgb(81,217,157); }
H1.HeaderClassName
{
color: #51D99D;
}
.AnyTagClassName
{
color: #51D99D;
}
</style>
background-color css
<style>
a { background-color: #51D99D; }
a { background-color: rgb(81,217,157); }
div.DivClassName
{
background-color: #51D99D;
}
.BgClassName
{
background-color: #51D99D;
}
</style>
border-color css
<style>
span { border-color: #51D99D; }
span { border-color: rgb(81,217,157); }
td.TdClassName
{
border-color: #51D99D;
}
.TagClassName
{
border-color: #51D99D;
}
</style>