Shades of Aquamarine #7EF8BF
Tints of Aquamarine #7EF8BF
RGB
CMYK
RGB Variations
Color information
#7EF8BF (or 0x7EF8BF) is known color: Aquamarine. HEX triplet: 7E, F8 and BF. RGB value is (126,248,191). Sum of RGB (Red+Green+Blue) = 126+248+191=565 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.30% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #7EF8BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF8BF is #810740. Grayscale: #CDCDCD. Windows color (decimal): -8456001 or 12580990. OLE color: 12580990.
HSL color Cylindrical-coordinate representation of color #7EF8BF: hue angle of 151.97º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EF8BF is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 126 | 248 | 191 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.03 |
| HSL | 151.97º | 0.9% | 0.73% | - |
| HSV(B) | 151.97º | 0.49% | 0.97% | - |
| XYZ | 51.58 | 75.33 | 61.11 | - |
| YUV | 205.02 | 120.08 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 248 | 191 | 0.49 | 0 | 0.23 | 0.03 | 151.97 | 0.9 | 0.73 |
| Hex | 7E | F8 | BF | 31 | 0 | 17 | 3 | 98 | 5A | 49 |
| Octal | 176 | 370 | 277 | 61 | 0 | 27 | 3 | 230 | 132 | 111 |
| Binary | 1111110 | 11111000 | 10111111 | 110001 | 0 | 10111 | 11 | 10011000 | 1011010 | 1001001 |
Color Harmonies of #7EF8BF
Complementary color
Monochromatic Colors of #7EF8BF
Black with #7EF8BF
Text Example
Text Example
White with #7EF8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF8BF; }
p { color: rgb(126,248,191); }
H1.HeaderClassName
{
color: #7EF8BF;
}
.AnyTagClassName
{
color: #7EF8BF;
}
</style>
background-color css
<style>
a { background-color: #7EF8BF; }
a { background-color: rgb(126,248,191); }
div.DivClassName
{
background-color: #7EF8BF;
}
.BgClassName
{
background-color: #7EF8BF;
}
</style>
border-color css
<style>
span { border-color: #7EF8BF; }
span { border-color: rgb(126,248,191); }
td.TdClassName
{
border-color: #7EF8BF;
}
.TagClassName
{
border-color: #7EF8BF;
}
</style>