Shades of Aquamarine #7EFFCC
Tints of Aquamarine #7EFFCC
RGB
CMYK
RGB Variations
Color information
#7EFFCC (or 0x7EFFCC) is known color: Aquamarine. HEX triplet: 7E, FF and CC. RGB value is (126,255,204). Sum of RGB (Red+Green+Blue) = 126+255+204=585 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.54% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFFCC is #810033. Grayscale: #D2D2D2. Windows color (decimal): -8454196 or 13434750. OLE color: 13434750.
HSL color Cylindrical-coordinate representation of color #7EFFCC: hue angle of 156.28º 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 #7EFFCC is Cyan = 0.51, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 204 | - |
| CMYK | 0.51 | 0 | 0.2 | 0 |
| HSL | 156.28º | 1% | 0.75% | - |
| HSV(B) | 156.28º | 0.51% | 1% | - |
| XYZ | 55.26 | 80.32 | 69.72 | - |
| YUV | 210.62 | 124.26 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 204 | 0.51 | 0 | 0.2 | 0 | 156.28 | 1 | 0.75 |
| Hex | 7E | FF | CC | 33 | 0 | 14 | 0 | 9C | 64 | 4B |
| Octal | 176 | 377 | 314 | 63 | 0 | 24 | 0 | 234 | 144 | 113 |
| Binary | 1111110 | 11111111 | 11001100 | 110011 | 0 | 10100 | 0 | 10011100 | 1100100 | 1001011 |
Color Harmonies of #7EFFCC
Complementary color
Monochromatic Colors of #7EFFCC
Black with #7EFFCC
Text Example
Text Example
White with #7EFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFFCC; }
p { color: rgb(126,255,204); }
H1.HeaderClassName
{
color: #7EFFCC;
}
.AnyTagClassName
{
color: #7EFFCC;
}
</style>
background-color css
<style>
a { background-color: #7EFFCC; }
a { background-color: rgb(126,255,204); }
div.DivClassName
{
background-color: #7EFFCC;
}
.BgClassName
{
background-color: #7EFFCC;
}
</style>
border-color css
<style>
span { border-color: #7EFFCC; }
span { border-color: rgb(126,255,204); }
td.TdClassName
{
border-color: #7EFFCC;
}
.TagClassName
{
border-color: #7EFFCC;
}
</style>