Shades of Aquamarine #7FFBE1
Tints of Aquamarine #7FFBE1
RGB
CMYK
RGB Variations
Color information
#7FFBE1 (or 0x7FFBE1) is known color: Aquamarine. HEX triplet: 7F, FB and E1. RGB value is (127,251,225). Sum of RGB (Red+Green+Blue) = 127+251+225=603 (79% of max value = 765). Red value is 127 (50% from 255 or 21.06% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFBE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFBE1 is #80041E. Grayscale: #D2D2D2. Windows color (decimal): -8389663 or 14809983. OLE color: 14809983.
HSL color Cylindrical-coordinate representation of color #7FFBE1: hue angle of 167.42º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FFBE1 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 251 | 225 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.02 |
| HSL | 167.42º | 0.94% | 0.74% | - |
| HSV(B) | 167.42º | 0.49% | 0.98% | - |
| XYZ | 56.84 | 78.94 | 83.48 | - |
| YUV | 210.96 | 135.92 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 251 | 225 | 0.49 | 0 | 0.10 | 0.02 | 167.42 | 0.94 | 0.74 |
| Hex | 7F | FB | E1 | 31 | 0 | A | 2 | A7 | 5E | 4A |
| Octal | 177 | 373 | 341 | 61 | 0 | 12 | 2 | 247 | 136 | 112 |
| Binary | 1111111 | 11111011 | 11100001 | 110001 | 0 | 1010 | 10 | 10100111 | 1011110 | 1001010 |
Color Harmonies of #7FFBE1
Complementary color
Monochromatic Colors of #7FFBE1
Black with #7FFBE1
Text Example
Text Example
White with #7FFBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFBE1; }
p { color: rgb(127,251,225); }
H1.HeaderClassName
{
color: #7FFBE1;
}
.AnyTagClassName
{
color: #7FFBE1;
}
</style>
background-color css
<style>
a { background-color: #7FFBE1; }
a { background-color: rgb(127,251,225); }
div.DivClassName
{
background-color: #7FFBE1;
}
.BgClassName
{
background-color: #7FFBE1;
}
</style>
border-color css
<style>
span { border-color: #7FFBE1; }
span { border-color: rgb(127,251,225); }
td.TdClassName
{
border-color: #7FFBE1;
}
.TagClassName
{
border-color: #7FFBE1;
}
</style>