Shades of Aquamarine #7FFFE9
Tints of Aquamarine #7FFFE9
RGB
CMYK
RGB Variations
Color information
#7FFFE9 (or 0x7FFFE9) is known color: Aquamarine. HEX triplet: 7F, FF and E9. RGB value is (127,255,233). Sum of RGB (Red+Green+Blue) = 127+255+233=615 (81% of max value = 765). Red value is 127 (50% from 255 or 20.65% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 233 (91.41% from 255 or 37.89% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFFE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFFE9 is #800016. Grayscale: #D6D6D6. Windows color (decimal): -8388631 or 15335295. OLE color: 15335295.
HSL color Cylindrical-coordinate representation of color #7FFFE9: hue angle of 169.69º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFFE9 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 255 | 233 | - |
| CMYK | 0.50 | 0 | 0.09 | 0 |
| HSL | 169.69º | 1% | 0.75% | - |
| HSV(B) | 169.69º | 0.5% | 1% | - |
| XYZ | 59.22 | 81.92 | 89.78 | - |
| YUV | 214.22 | 138.59 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 255 | 233 | 0.50 | 0 | 0.09 | 0 | 169.69 | 1 | 0.75 |
| Hex | 7F | FF | E9 | 32 | 0 | 9 | 0 | AA | 64 | 4B |
| Octal | 177 | 377 | 351 | 62 | 0 | 11 | 0 | 252 | 144 | 113 |
| Binary | 1111111 | 11111111 | 11101001 | 110010 | 0 | 1001 | 0 | 10101010 | 1100100 | 1001011 |
Color Harmonies of #7FFFE9
Complementary color
Monochromatic Colors of #7FFFE9
Black with #7FFFE9
Text Example
Text Example
White with #7FFFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFFE9; }
p { color: rgb(127,255,233); }
H1.HeaderClassName
{
color: #7FFFE9;
}
.AnyTagClassName
{
color: #7FFFE9;
}
</style>
background-color css
<style>
a { background-color: #7FFFE9; }
a { background-color: rgb(127,255,233); }
div.DivClassName
{
background-color: #7FFFE9;
}
.BgClassName
{
background-color: #7FFFE9;
}
</style>
border-color css
<style>
span { border-color: #7FFFE9; }
span { border-color: rgb(127,255,233); }
td.TdClassName
{
border-color: #7FFFE9;
}
.TagClassName
{
border-color: #7FFFE9;
}
</style>