Shades of Medium Aquamarine #51EFA8
Tints of Medium Aquamarine #51EFA8
RGB
CMYK
RGB Variations
Color information
#51EFA8 (or 0x51EFA8) is known color: Medium Aquamarine. HEX triplet: 51, EF and A8. RGB value is (81,239,168). Sum of RGB (Red+Green+Blue) = 81+239+168=488 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.60% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #51EFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #51EFA8 is #AE1057. Grayscale: #B7B7B7. Windows color (decimal): -11407448 or 11071313. OLE color: 11071313.
HSL color Cylindrical-coordinate representation of color #51EFA8: hue angle of 153.04º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51EFA8 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 239 | 168 | - |
| CMYK | 0.66 | 0 | 0.30 | 0.06 |
| HSL | 153.04º | 0.83% | 0.63% | - |
| HSV(B) | 153.04º | 0.66% | 0.94% | - |
| XYZ | 41.33 | 66.31 | 47.67 | - |
| YUV | 183.66 | 119.15 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 239 | 168 | 0.66 | 0 | 0.30 | 0.06 | 153.04 | 0.83 | 0.63 |
| Hex | 51 | EF | A8 | 42 | 0 | 1E | 6 | 99 | 53 | 3F |
| Octal | 121 | 357 | 250 | 102 | 0 | 36 | 6 | 231 | 123 | 77 |
| Binary | 1010001 | 11101111 | 10101000 | 1000010 | 0 | 11110 | 110 | 10011001 | 1010011 | 111111 |
Color Harmonies of #51EFA8
Complementary color
Monochromatic Colors of #51EFA8
Black with #51EFA8
Text Example
Text Example
White with #51EFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EFA8; }
p { color: rgb(81,239,168); }
H1.HeaderClassName
{
color: #51EFA8;
}
.AnyTagClassName
{
color: #51EFA8;
}
</style>
background-color css
<style>
a { background-color: #51EFA8; }
a { background-color: rgb(81,239,168); }
div.DivClassName
{
background-color: #51EFA8;
}
.BgClassName
{
background-color: #51EFA8;
}
</style>
border-color css
<style>
span { border-color: #51EFA8; }
span { border-color: rgb(81,239,168); }
td.TdClassName
{
border-color: #51EFA8;
}
.TagClassName
{
border-color: #51EFA8;
}
</style>