Shades of Medium Aquamarine #51F1A1
Tints of Medium Aquamarine #51F1A1
RGB
CMYK
RGB Variations
Color information
#51F1A1 (or 0x51F1A1) is known color: Medium Aquamarine. HEX triplet: 51, F1 and A1. RGB value is (81,241,161). Sum of RGB (Red+Green+Blue) = 81+241+161=483 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.77% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #51F1A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #51F1A1 is #AE0E5E. Grayscale: #B8B8B8. Windows color (decimal): -11406943 or 10613073. OLE color: 10613073.
HSL color Cylindrical-coordinate representation of color #51F1A1: hue angle of 150º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51F1A1 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 241 | 161 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.05 |
| HSL | 150º | 0.85% | 0.63% | - |
| HSV(B) | 150º | 0.66% | 0.95% | - |
| XYZ | 41.28 | 67.23 | 44.52 | - |
| YUV | 184.04 | 114.99 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 241 | 161 | 0.66 | 0 | 0.33 | 0.05 | 150 | 0.85 | 0.63 |
| Hex | 51 | F1 | A1 | 42 | 0 | 21 | 5 | 96 | 55 | 3F |
| Octal | 121 | 361 | 241 | 102 | 0 | 41 | 5 | 226 | 125 | 77 |
| Binary | 1010001 | 11110001 | 10100001 | 1000010 | 0 | 100001 | 101 | 10010110 | 1010101 | 111111 |
Color Harmonies of #51F1A1
Complementary color
Monochromatic Colors of #51F1A1
Black with #51F1A1
Text Example
Text Example
White with #51F1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51F1A1; }
p { color: rgb(81,241,161); }
H1.HeaderClassName
{
color: #51F1A1;
}
.AnyTagClassName
{
color: #51F1A1;
}
</style>
background-color css
<style>
a { background-color: #51F1A1; }
a { background-color: rgb(81,241,161); }
div.DivClassName
{
background-color: #51F1A1;
}
.BgClassName
{
background-color: #51F1A1;
}
</style>
border-color css
<style>
span { border-color: #51F1A1; }
span { border-color: rgb(81,241,161); }
td.TdClassName
{
border-color: #51F1A1;
}
.TagClassName
{
border-color: #51F1A1;
}
</style>