Shades of Aquamarine #7EECCB
Tints of Aquamarine #7EECCB
RGB
CMYK
RGB Variations
Color information
#7EECCB (or 0x7EECCB) is known color: Aquamarine. HEX triplet: 7E, EC and CB. RGB value is (126,236,203). Sum of RGB (Red+Green+Blue) = 126+236+203=565 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.30% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #7EECCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EECCB is #811334. Grayscale: #C7C7C7. Windows color (decimal): -8459061 or 13364350. OLE color: 13364350.
HSL color Cylindrical-coordinate representation of color #7EECCB: hue angle of 162º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EECCB is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 236 | 203 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.07 |
| HSL | 162º | 0.74% | 0.71% | - |
| HSV(B) | 162º | 0.47% | 0.93% | - |
| XYZ | 49.38 | 68.74 | 67.17 | - |
| YUV | 199.35 | 130.06 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 236 | 203 | 0.47 | 0 | 0.14 | 0.07 | 162 | 0.74 | 0.71 |
| Hex | 7E | EC | CB | 2F | 0 | E | 7 | A2 | 4A | 47 |
| Octal | 176 | 354 | 313 | 57 | 0 | 16 | 7 | 242 | 112 | 107 |
| Binary | 1111110 | 11101100 | 11001011 | 101111 | 0 | 1110 | 111 | 10100010 | 1001010 | 1000111 |
Color Harmonies of #7EECCB
Complementary color
Monochromatic Colors of #7EECCB
Black with #7EECCB
Text Example
Text Example
White with #7EECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EECCB; }
p { color: rgb(126,236,203); }
H1.HeaderClassName
{
color: #7EECCB;
}
.AnyTagClassName
{
color: #7EECCB;
}
</style>
background-color css
<style>
a { background-color: #7EECCB; }
a { background-color: rgb(126,236,203); }
div.DivClassName
{
background-color: #7EECCB;
}
.BgClassName
{
background-color: #7EECCB;
}
</style>
border-color css
<style>
span { border-color: #7EECCB; }
span { border-color: rgb(126,236,203); }
td.TdClassName
{
border-color: #7EECCB;
}
.TagClassName
{
border-color: #7EECCB;
}
</style>