Shades of Medium Aquamarine #51DF98
Tints of Medium Aquamarine #51DF98
RGB
CMYK
RGB Variations
Color information
#51DF98 (or 0x51DF98) is known color: Medium Aquamarine. HEX triplet: 51, DF and 98. RGB value is (81,223,152). Sum of RGB (Red+Green+Blue) = 81+223+152=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #51DF98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51DF98 is #AE2067. Grayscale: #ACACAC. Windows color (decimal): -11411560 or 10018641. OLE color: 10018641.
HSL color Cylindrical-coordinate representation of color #51DF98: hue angle of 150º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51DF98 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 223 | 152 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.13 |
| HSL | 150º | 0.69% | 0.6% | - |
| HSV(B) | 150º | 0.64% | 0.87% | - |
| XYZ | 35.45 | 56.79 | 38.8 | - |
| YUV | 172.45 | 116.46 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 223 | 152 | 0.64 | 0 | 0.32 | 0.13 | 150 | 0.69 | 0.6 |
| Hex | 51 | DF | 98 | 40 | 0 | 20 | D | 96 | 45 | 3C |
| Octal | 121 | 337 | 230 | 100 | 0 | 40 | 15 | 226 | 105 | 74 |
| Binary | 1010001 | 11011111 | 10011000 | 1000000 | 0 | 100000 | 1101 | 10010110 | 1000101 | 111100 |
Color Harmonies of #51DF98
Complementary color
Monochromatic Colors of #51DF98
Black with #51DF98
Text Example
Text Example
White with #51DF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DF98; }
p { color: rgb(81,223,152); }
H1.HeaderClassName
{
color: #51DF98;
}
.AnyTagClassName
{
color: #51DF98;
}
</style>
background-color css
<style>
a { background-color: #51DF98; }
a { background-color: rgb(81,223,152); }
div.DivClassName
{
background-color: #51DF98;
}
.BgClassName
{
background-color: #51DF98;
}
</style>
border-color css
<style>
span { border-color: #51DF98; }
span { border-color: rgb(81,223,152); }
td.TdClassName
{
border-color: #51DF98;
}
.TagClassName
{
border-color: #51DF98;
}
</style>