Shades of Aquamarine #7BFEEA
Tints of Aquamarine #7BFEEA
RGB
CMYK
RGB Variations
Color information
#7BFEEA (or 0x7BFEEA) is known color: Aquamarine. HEX triplet: 7B, FE and EA. RGB value is (123,254,234). Sum of RGB (Red+Green+Blue) = 123+254+234=611 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.13% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFEEA is #840115. Grayscale: #D4D4D4. Windows color (decimal): -8651030 or 15400571. OLE color: 15400571.
HSL color Cylindrical-coordinate representation of color #7BFEEA: hue angle of 170.84º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFEEA is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 254 | 234 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.00 |
| HSL | 170.84º | 0.98% | 0.74% | - |
| HSV(B) | 170.84º | 0.52% | 1% | - |
| XYZ | 58.46 | 81.04 | 90.4 | - |
| YUV | 212.55 | 140.1 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 254 | 234 | 0.52 | 0 | 0.08 | 0.00 | 170.84 | 0.98 | 0.74 |
| Hex | 7B | FE | EA | 34 | 0 | 8 | 0 | AB | 62 | 4A |
| Octal | 173 | 376 | 352 | 64 | 0 | 10 | 0 | 253 | 142 | 112 |
| Binary | 1111011 | 11111110 | 11101010 | 110100 | 0 | 1000 | 0 | 10101011 | 1100010 | 1001010 |
Color Harmonies of #7BFEEA
Complementary color
Monochromatic Colors of #7BFEEA
Black with #7BFEEA
Text Example
Text Example
White with #7BFEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFEEA; }
p { color: rgb(123,254,234); }
H1.HeaderClassName
{
color: #7BFEEA;
}
.AnyTagClassName
{
color: #7BFEEA;
}
</style>
background-color css
<style>
a { background-color: #7BFEEA; }
a { background-color: rgb(123,254,234); }
div.DivClassName
{
background-color: #7BFEEA;
}
.BgClassName
{
background-color: #7BFEEA;
}
</style>
border-color css
<style>
span { border-color: #7BFEEA; }
span { border-color: rgb(123,254,234); }
td.TdClassName
{
border-color: #7BFEEA;
}
.TagClassName
{
border-color: #7BFEEA;
}
</style>