Shades of Aquamarine #7EFCC7
Tints of Aquamarine #7EFCC7
RGB
CMYK
RGB Variations
Color information
#7EFCC7 (or 0x7EFCC7) is known color: Aquamarine. HEX triplet: 7E, FC and C7. RGB value is (126,252,199). Sum of RGB (Red+Green+Blue) = 126+252+199=577 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.84% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #7EFCC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFCC7 is #810338. Grayscale: #D0D0D0. Windows color (decimal): -8454969 or 13106302. OLE color: 13106302.
HSL color Cylindrical-coordinate representation of color #7EFCC7: hue angle of 154.76º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFCC7 is Cyan = 0.5, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 252 | 199 | - |
| CMYK | 0.5 | 0 | 0.21 | 0.01 |
| HSL | 154.76º | 0.95% | 0.74% | - |
| HSV(B) | 154.76º | 0.5% | 0.99% | - |
| XYZ | 53.72 | 78.18 | 66.29 | - |
| YUV | 208.28 | 122.76 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 252 | 199 | 0.5 | 0 | 0.21 | 0.01 | 154.76 | 0.95 | 0.74 |
| Hex | 7E | FC | C7 | 32 | 0 | 15 | 1 | 9B | 5F | 4A |
| Octal | 176 | 374 | 307 | 62 | 0 | 25 | 1 | 233 | 137 | 112 |
| Binary | 1111110 | 11111100 | 11000111 | 110010 | 0 | 10101 | 1 | 10011011 | 1011111 | 1001010 |
Color Harmonies of #7EFCC7
Complementary color
Monochromatic Colors of #7EFCC7
Black with #7EFCC7
Text Example
Text Example
White with #7EFCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFCC7; }
p { color: rgb(126,252,199); }
H1.HeaderClassName
{
color: #7EFCC7;
}
.AnyTagClassName
{
color: #7EFCC7;
}
</style>
background-color css
<style>
a { background-color: #7EFCC7; }
a { background-color: rgb(126,252,199); }
div.DivClassName
{
background-color: #7EFCC7;
}
.BgClassName
{
background-color: #7EFCC7;
}
</style>
border-color css
<style>
span { border-color: #7EFCC7; }
span { border-color: rgb(126,252,199); }
td.TdClassName
{
border-color: #7EFCC7;
}
.TagClassName
{
border-color: #7EFCC7;
}
</style>