Shades of Medium Aquamarine #51D99B
Tints of Medium Aquamarine #51D99B
RGB
CMYK
RGB Variations
Color information
#51D99B (or 0x51D99B) is known color: Medium Aquamarine. HEX triplet: 51, D9 and 9B. RGB value is (81,217,155). Sum of RGB (Red+Green+Blue) = 81+217+155=453 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.88% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #51D99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51D99B is #AE2664. Grayscale: #A9A9A9. Windows color (decimal): -11413093 or 10213713. OLE color: 10213713.
HSL color Cylindrical-coordinate representation of color #51D99B: hue angle of 152.65º 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 #51D99B is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 217 | 155 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.15 |
| HSL | 152.65º | 0.64% | 0.58% | - |
| HSV(B) | 152.65º | 0.63% | 0.85% | - |
| XYZ | 34.12 | 53.74 | 39.59 | - |
| YUV | 169.27 | 119.94 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 217 | 155 | 0.63 | 0 | 0.29 | 0.15 | 152.65 | 0.64 | 0.58 |
| Hex | 51 | D9 | 9B | 3F | 0 | 1D | F | 99 | 40 | 3A |
| Octal | 121 | 331 | 233 | 77 | 0 | 35 | 17 | 231 | 100 | 72 |
| Binary | 1010001 | 11011001 | 10011011 | 111111 | 0 | 11101 | 1111 | 10011001 | 1000000 | 111010 |
Color Harmonies of #51D99B
Complementary color
Monochromatic Colors of #51D99B
Black with #51D99B
Text Example
Text Example
White with #51D99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D99B; }
p { color: rgb(81,217,155); }
H1.HeaderClassName
{
color: #51D99B;
}
.AnyTagClassName
{
color: #51D99B;
}
</style>
background-color css
<style>
a { background-color: #51D99B; }
a { background-color: rgb(81,217,155); }
div.DivClassName
{
background-color: #51D99B;
}
.BgClassName
{
background-color: #51D99B;
}
</style>
border-color css
<style>
span { border-color: #51D99B; }
span { border-color: rgb(81,217,155); }
td.TdClassName
{
border-color: #51D99B;
}
.TagClassName
{
border-color: #51D99B;
}
</style>