Shades of Aquamarine #7EEFCA
Tints of Aquamarine #7EEFCA
RGB
CMYK
RGB Variations
Color information
#7EEFCA (or 0x7EEFCA) is known color: Aquamarine. HEX triplet: 7E, EF and CA. RGB value is (126,239,202). Sum of RGB (Red+Green+Blue) = 126+239+202=567 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.22% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #7EEFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEFCA is #811035. Grayscale: #C9C9C9. Windows color (decimal): -8458294 or 13299582. OLE color: 13299582.
HSL color Cylindrical-coordinate representation of color #7EEFCA: hue angle of 160.35º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EEFCA is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 239 | 202 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.06 |
| HSL | 160.35º | 0.78% | 0.72% | - |
| HSV(B) | 160.35º | 0.47% | 0.94% | - |
| XYZ | 50.13 | 70.43 | 66.83 | - |
| YUV | 201 | 128.56 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 239 | 202 | 0.47 | 0 | 0.15 | 0.06 | 160.35 | 0.78 | 0.72 |
| Hex | 7E | EF | CA | 2F | 0 | F | 6 | A0 | 4E | 48 |
| Octal | 176 | 357 | 312 | 57 | 0 | 17 | 6 | 240 | 116 | 110 |
| Binary | 1111110 | 11101111 | 11001010 | 101111 | 0 | 1111 | 110 | 10100000 | 1001110 | 1001000 |
Color Harmonies of #7EEFCA
Complementary color
Monochromatic Colors of #7EEFCA
Black with #7EEFCA
Text Example
Text Example
White with #7EEFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEFCA; }
p { color: rgb(126,239,202); }
H1.HeaderClassName
{
color: #7EEFCA;
}
.AnyTagClassName
{
color: #7EEFCA;
}
</style>
background-color css
<style>
a { background-color: #7EEFCA; }
a { background-color: rgb(126,239,202); }
div.DivClassName
{
background-color: #7EEFCA;
}
.BgClassName
{
background-color: #7EEFCA;
}
</style>
border-color css
<style>
span { border-color: #7EEFCA; }
span { border-color: rgb(126,239,202); }
td.TdClassName
{
border-color: #7EEFCA;
}
.TagClassName
{
border-color: #7EEFCA;
}
</style>