Shades of Aquamarine #7FFEB5
Tints of Aquamarine #7FFEB5
RGB
CMYK
RGB Variations
Color information
#7FFEB5 (or 0x7FFEB5) is known color: Aquamarine. HEX triplet: 7F, FE and B5. RGB value is (127,254,181). Sum of RGB (Red+Green+Blue) = 127+254+181=562 (74% of max value = 765). Red value is 127 (50% from 255 or 22.60% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #7FFEB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFEB5 is #80014A. Grayscale: #CFCFCF. Windows color (decimal): -8388939 or 11927167. OLE color: 11927167.
HSL color Cylindrical-coordinate representation of color #7FFEB5: hue angle of 145.51º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFEB5 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 254 | 181 | - |
| CMYK | 0.50 | 0 | 0.29 | 0.00 |
| HSL | 145.51º | 0.98% | 0.75% | - |
| HSV(B) | 145.51º | 0.5% | 1% | - |
| XYZ | 52.53 | 78.73 | 56.14 | - |
| YUV | 207.71 | 112.92 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 254 | 181 | 0.50 | 0 | 0.29 | 0.00 | 145.51 | 0.98 | 0.75 |
| Hex | 7F | FE | B5 | 32 | 0 | 1D | 0 | 92 | 62 | 4B |
| Octal | 177 | 376 | 265 | 62 | 0 | 35 | 0 | 222 | 142 | 113 |
| Binary | 1111111 | 11111110 | 10110101 | 110010 | 0 | 11101 | 0 | 10010010 | 1100010 | 1001011 |
Color Harmonies of #7FFEB5
Complementary color
Monochromatic Colors of #7FFEB5
Black with #7FFEB5
Text Example
Text Example
White with #7FFEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFEB5; }
p { color: rgb(127,254,181); }
H1.HeaderClassName
{
color: #7FFEB5;
}
.AnyTagClassName
{
color: #7FFEB5;
}
</style>
background-color css
<style>
a { background-color: #7FFEB5; }
a { background-color: rgb(127,254,181); }
div.DivClassName
{
background-color: #7FFEB5;
}
.BgClassName
{
background-color: #7FFEB5;
}
</style>
border-color css
<style>
span { border-color: #7FFEB5; }
span { border-color: rgb(127,254,181); }
td.TdClassName
{
border-color: #7FFEB5;
}
.TagClassName
{
border-color: #7FFEB5;
}
</style>