Shades of Aquamarine #7EFFCD
Tints of Aquamarine #7EFFCD
RGB
CMYK
RGB Variations
Color information
#7EFFCD (or 0x7EFFCD) is known color: Aquamarine. HEX triplet: 7E, FF and CD. RGB value is (126,255,205). Sum of RGB (Red+Green+Blue) = 126+255+205=586 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.50% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFFCD is #810032. Grayscale: #D2D2D2. Windows color (decimal): -8454195 or 13500286. OLE color: 13500286.
HSL color Cylindrical-coordinate representation of color #7EFFCD: hue angle of 156.74º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EFFCD is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 205 | - |
| CMYK | 0.51 | 0 | 0.20 | 0 |
| HSL | 156.74º | 1% | 0.75% | - |
| HSV(B) | 156.74º | 0.51% | 1% | - |
| XYZ | 55.38 | 80.36 | 70.35 | - |
| YUV | 210.73 | 124.76 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 205 | 0.51 | 0 | 0.20 | 0 | 156.74 | 1 | 0.75 |
| Hex | 7E | FF | CD | 33 | 0 | 14 | 0 | 9D | 64 | 4B |
| Octal | 176 | 377 | 315 | 63 | 0 | 24 | 0 | 235 | 144 | 113 |
| Binary | 1111110 | 11111111 | 11001101 | 110011 | 0 | 10100 | 0 | 10011101 | 1100100 | 1001011 |
Color Harmonies of #7EFFCD
Complementary color
Monochromatic Colors of #7EFFCD
Black with #7EFFCD
Text Example
Text Example
White with #7EFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFFCD; }
p { color: rgb(126,255,205); }
H1.HeaderClassName
{
color: #7EFFCD;
}
.AnyTagClassName
{
color: #7EFFCD;
}
</style>
background-color css
<style>
a { background-color: #7EFFCD; }
a { background-color: rgb(126,255,205); }
div.DivClassName
{
background-color: #7EFFCD;
}
.BgClassName
{
background-color: #7EFFCD;
}
</style>
border-color css
<style>
span { border-color: #7EFFCD; }
span { border-color: rgb(126,255,205); }
td.TdClassName
{
border-color: #7EFFCD;
}
.TagClassName
{
border-color: #7EFFCD;
}
</style>