Shades of Aquamarine #7EEBCB
Tints of Aquamarine #7EEBCB
RGB
CMYK
RGB Variations
Color information
#7EEBCB (or 0x7EEBCB) is known color: Aquamarine. HEX triplet: 7E, EB and CB. RGB value is (126,235,203). Sum of RGB (Red+Green+Blue) = 126+235+203=564 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.34% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #7EEBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEBCB is #811434. Grayscale: #C6C6C6. Windows color (decimal): -8459317 or 13364094. OLE color: 13364094.
HSL color Cylindrical-coordinate representation of color #7EEBCB: hue angle of 162.39º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EEBCB is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 235 | 203 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.08 |
| HSL | 162.39º | 0.73% | 0.71% | - |
| HSV(B) | 162.39º | 0.46% | 0.92% | - |
| XYZ | 49.09 | 68.16 | 67.07 | - |
| YUV | 198.76 | 130.39 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 235 | 203 | 0.46 | 0 | 0.14 | 0.08 | 162.39 | 0.73 | 0.71 |
| Hex | 7E | EB | CB | 2E | 0 | E | 8 | A2 | 49 | 47 |
| Octal | 176 | 353 | 313 | 56 | 0 | 16 | 10 | 242 | 111 | 107 |
| Binary | 1111110 | 11101011 | 11001011 | 101110 | 0 | 1110 | 1000 | 10100010 | 1001001 | 1000111 |
Color Harmonies of #7EEBCB
Complementary color
Monochromatic Colors of #7EEBCB
Black with #7EEBCB
Text Example
Text Example
White with #7EEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEBCB; }
p { color: rgb(126,235,203); }
H1.HeaderClassName
{
color: #7EEBCB;
}
.AnyTagClassName
{
color: #7EEBCB;
}
</style>
background-color css
<style>
a { background-color: #7EEBCB; }
a { background-color: rgb(126,235,203); }
div.DivClassName
{
background-color: #7EEBCB;
}
.BgClassName
{
background-color: #7EEBCB;
}
</style>
border-color css
<style>
span { border-color: #7EEBCB; }
span { border-color: rgb(126,235,203); }
td.TdClassName
{
border-color: #7EEBCB;
}
.TagClassName
{
border-color: #7EEBCB;
}
</style>