Shades of Aquamarine #7EFACB
Tints of Aquamarine #7EFACB
RGB
CMYK
RGB Variations
Color information
#7EFACB (or 0x7EFACB) is known color: Aquamarine. HEX triplet: 7E, FA and CB. RGB value is (126,250,203). Sum of RGB (Red+Green+Blue) = 126+250+203=579 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.76% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #7EFACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFACB is #810534. Grayscale: #CFCFCF. Windows color (decimal): -8455477 or 13367934. OLE color: 13367934.
HSL color Cylindrical-coordinate representation of color #7EFACB: hue angle of 157.26º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFACB is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 250 | 203 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.02 |
| HSL | 157.26º | 0.93% | 0.74% | - |
| HSV(B) | 157.26º | 0.5% | 0.98% | - |
| XYZ | 53.57 | 77.12 | 68.56 | - |
| YUV | 207.57 | 125.42 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 250 | 203 | 0.50 | 0 | 0.19 | 0.02 | 157.26 | 0.93 | 0.74 |
| Hex | 7E | FA | CB | 32 | 0 | 13 | 2 | 9D | 5D | 4A |
| Octal | 176 | 372 | 313 | 62 | 0 | 23 | 2 | 235 | 135 | 112 |
| Binary | 1111110 | 11111010 | 11001011 | 110010 | 0 | 10011 | 10 | 10011101 | 1011101 | 1001010 |
Color Harmonies of #7EFACB
Complementary color
Monochromatic Colors of #7EFACB
Black with #7EFACB
Text Example
Text Example
White with #7EFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFACB; }
p { color: rgb(126,250,203); }
H1.HeaderClassName
{
color: #7EFACB;
}
.AnyTagClassName
{
color: #7EFACB;
}
</style>
background-color css
<style>
a { background-color: #7EFACB; }
a { background-color: rgb(126,250,203); }
div.DivClassName
{
background-color: #7EFACB;
}
.BgClassName
{
background-color: #7EFACB;
}
</style>
border-color css
<style>
span { border-color: #7EFACB; }
span { border-color: rgb(126,250,203); }
td.TdClassName
{
border-color: #7EFACB;
}
.TagClassName
{
border-color: #7EFACB;
}
</style>