Shades of Aquamarine #7EFECB
Tints of Aquamarine #7EFECB
RGB
CMYK
RGB Variations
Color information
#7EFECB (or 0x7EFECB) is known color: Aquamarine. HEX triplet: 7E, FE and CB. RGB value is (126,254,203). Sum of RGB (Red+Green+Blue) = 126+254+203=583 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.61% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #7EFECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFECB is #810134. Grayscale: #D1D1D1. Windows color (decimal): -8454453 or 13368958. OLE color: 13368958.
HSL color Cylindrical-coordinate representation of color #7EFECB: hue angle of 156.09º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFECB is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 254 | 203 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.00 |
| HSL | 156.09º | 0.98% | 0.75% | - |
| HSV(B) | 156.09º | 0.5% | 1% | - |
| XYZ | 54.83 | 79.63 | 68.98 | - |
| YUV | 209.91 | 124.09 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 254 | 203 | 0.50 | 0 | 0.20 | 0.00 | 156.09 | 0.98 | 0.75 |
| Hex | 7E | FE | CB | 32 | 0 | 14 | 0 | 9C | 62 | 4B |
| Octal | 176 | 376 | 313 | 62 | 0 | 24 | 0 | 234 | 142 | 113 |
| Binary | 1111110 | 11111110 | 11001011 | 110010 | 0 | 10100 | 0 | 10011100 | 1100010 | 1001011 |
Color Harmonies of #7EFECB
Complementary color
Monochromatic Colors of #7EFECB
Black with #7EFECB
Text Example
Text Example
White with #7EFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFECB; }
p { color: rgb(126,254,203); }
H1.HeaderClassName
{
color: #7EFECB;
}
.AnyTagClassName
{
color: #7EFECB;
}
</style>
background-color css
<style>
a { background-color: #7EFECB; }
a { background-color: rgb(126,254,203); }
div.DivClassName
{
background-color: #7EFECB;
}
.BgClassName
{
background-color: #7EFECB;
}
</style>
border-color css
<style>
span { border-color: #7EFECB; }
span { border-color: rgb(126,254,203); }
td.TdClassName
{
border-color: #7EFECB;
}
.TagClassName
{
border-color: #7EFECB;
}
</style>