Shades of Aquamarine #7EFDCC
Tints of Aquamarine #7EFDCC
RGB
CMYK
RGB Variations
Color information
#7EFDCC (or 0x7EFDCC) is known color: Aquamarine. HEX triplet: 7E, FD and CC. RGB value is (126,253,204). Sum of RGB (Red+Green+Blue) = 126+253+204=583 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.61% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #7EFDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFDCC is #810233. Grayscale: #D1D1D1. Windows color (decimal): -8454708 or 13434238. OLE color: 13434238.
HSL color Cylindrical-coordinate representation of color #7EFDCC: hue angle of 156.85º degrees, saturation: 0.97, 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 #7EFDCC is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 253 | 204 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.01 |
| HSL | 156.85º | 0.97% | 0.74% | - |
| HSV(B) | 156.85º | 0.5% | 0.99% | - |
| XYZ | 54.63 | 79.05 | 69.5 | - |
| YUV | 209.44 | 124.92 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 253 | 204 | 0.50 | 0 | 0.19 | 0.01 | 156.85 | 0.97 | 0.74 |
| Hex | 7E | FD | CC | 32 | 0 | 13 | 1 | 9D | 61 | 4A |
| Octal | 176 | 375 | 314 | 62 | 0 | 23 | 1 | 235 | 141 | 112 |
| Binary | 1111110 | 11111101 | 11001100 | 110010 | 0 | 10011 | 1 | 10011101 | 1100001 | 1001010 |
Color Harmonies of #7EFDCC
Complementary color
Monochromatic Colors of #7EFDCC
Black with #7EFDCC
Text Example
Text Example
White with #7EFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFDCC; }
p { color: rgb(126,253,204); }
H1.HeaderClassName
{
color: #7EFDCC;
}
.AnyTagClassName
{
color: #7EFDCC;
}
</style>
background-color css
<style>
a { background-color: #7EFDCC; }
a { background-color: rgb(126,253,204); }
div.DivClassName
{
background-color: #7EFDCC;
}
.BgClassName
{
background-color: #7EFDCC;
}
</style>
border-color css
<style>
span { border-color: #7EFDCC; }
span { border-color: rgb(126,253,204); }
td.TdClassName
{
border-color: #7EFDCC;
}
.TagClassName
{
border-color: #7EFDCC;
}
</style>