Shades of Medium Aquamarine #51F19D
Tints of Medium Aquamarine #51F19D
RGB
CMYK
RGB Variations
Color information
#51F19D (or 0x51F19D) is known color: Medium Aquamarine. HEX triplet: 51, F1 and 9D. RGB value is (81,241,157). Sum of RGB (Red+Green+Blue) = 81+241+157=479 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.91% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #51F19D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #51F19D is #AE0E62. Grayscale: #B7B7B7. Windows color (decimal): -11406947 or 10350929. OLE color: 10350929.
HSL color Cylindrical-coordinate representation of color #51F19D: hue angle of 148.5º 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 #51F19D is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 241 | 157 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.05 |
| HSL | 148.5º | 0.85% | 0.63% | - |
| HSV(B) | 148.5º | 0.66% | 0.95% | - |
| XYZ | 40.93 | 67.09 | 42.69 | - |
| YUV | 183.58 | 112.99 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 241 | 157 | 0.66 | 0 | 0.35 | 0.05 | 148.5 | 0.85 | 0.63 |
| Hex | 51 | F1 | 9D | 42 | 0 | 23 | 5 | 94 | 55 | 3F |
| Octal | 121 | 361 | 235 | 102 | 0 | 43 | 5 | 224 | 125 | 77 |
| Binary | 1010001 | 11110001 | 10011101 | 1000010 | 0 | 100011 | 101 | 10010100 | 1010101 | 111111 |
Color Harmonies of #51F19D
Complementary color
Monochromatic Colors of #51F19D
Black with #51F19D
Text Example
Text Example
White with #51F19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51F19D; }
p { color: rgb(81,241,157); }
H1.HeaderClassName
{
color: #51F19D;
}
.AnyTagClassName
{
color: #51F19D;
}
</style>
background-color css
<style>
a { background-color: #51F19D; }
a { background-color: rgb(81,241,157); }
div.DivClassName
{
background-color: #51F19D;
}
.BgClassName
{
background-color: #51F19D;
}
</style>
border-color css
<style>
span { border-color: #51F19D; }
span { border-color: rgb(81,241,157); }
td.TdClassName
{
border-color: #51F19D;
}
.TagClassName
{
border-color: #51F19D;
}
</style>