Shades of Medium Aquamarine #51FF9F
Tints of Medium Aquamarine #51FF9F
RGB
CMYK
RGB Variations
Color information
#51FF9F (or 0x51FF9F) is known color: Medium Aquamarine. HEX triplet: 51, FF and 9F. RGB value is (81,255,159). Sum of RGB (Red+Green+Blue) = 81+255+159=495 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.36% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #51FF9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #51FF9F is #AE0060. Grayscale: #C0C0C0. Windows color (decimal): -11403361 or 10485585. OLE color: 10485585.
HSL color Cylindrical-coordinate representation of color #51FF9F: hue angle of 146.9º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FF9F is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 255 | 159 | - |
| CMYK | 0.68 | 0 | 0.38 | 0 |
| HSL | 146.9º | 1% | 0.66% | - |
| HSV(B) | 146.9º | 0.68% | 1% | - |
| XYZ | 45.41 | 75.77 | 45.03 | - |
| YUV | 192.03 | 109.35 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 255 | 159 | 0.68 | 0 | 0.38 | 0 | 146.9 | 1 | 0.66 |
| Hex | 51 | FF | 9F | 44 | 0 | 26 | 0 | 93 | 64 | 42 |
| Octal | 121 | 377 | 237 | 104 | 0 | 46 | 0 | 223 | 144 | 102 |
| Binary | 1010001 | 11111111 | 10011111 | 1000100 | 0 | 100110 | 0 | 10010011 | 1100100 | 1000010 |
Color Harmonies of #51FF9F
Complementary color
Monochromatic Colors of #51FF9F
Black with #51FF9F
Text Example
Text Example
White with #51FF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FF9F; }
p { color: rgb(81,255,159); }
H1.HeaderClassName
{
color: #51FF9F;
}
.AnyTagClassName
{
color: #51FF9F;
}
</style>
background-color css
<style>
a { background-color: #51FF9F; }
a { background-color: rgb(81,255,159); }
div.DivClassName
{
background-color: #51FF9F;
}
.BgClassName
{
background-color: #51FF9F;
}
</style>
border-color css
<style>
span { border-color: #51FF9F; }
span { border-color: rgb(81,255,159); }
td.TdClassName
{
border-color: #51FF9F;
}
.TagClassName
{
border-color: #51FF9F;
}
</style>