Shades of Aquamarine #7BFAE2
Tints of Aquamarine #7BFAE2
RGB
CMYK
RGB Variations
Color information
#7BFAE2 (or 0x7BFAE2) is known color: Aquamarine. HEX triplet: 7B, FA and E2. RGB value is (123,250,226). Sum of RGB (Red+Green+Blue) = 123+250+226=599 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.53% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFAE2 is #84051D. Grayscale: #D1D1D1. Windows color (decimal): -8652062 or 14875259. OLE color: 14875259.
HSL color Cylindrical-coordinate representation of color #7BFAE2: hue angle of 168.66º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFAE2 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 250 | 226 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.02 |
| HSL | 168.66º | 0.93% | 0.73% | - |
| HSV(B) | 168.66º | 0.51% | 0.98% | - |
| XYZ | 56.08 | 78.07 | 84.07 | - |
| YUV | 209.29 | 137.42 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 250 | 226 | 0.51 | 0 | 0.10 | 0.02 | 168.66 | 0.93 | 0.73 |
| Hex | 7B | FA | E2 | 33 | 0 | A | 2 | A9 | 5D | 49 |
| Octal | 173 | 372 | 342 | 63 | 0 | 12 | 2 | 251 | 135 | 111 |
| Binary | 1111011 | 11111010 | 11100010 | 110011 | 0 | 1010 | 10 | 10101001 | 1011101 | 1001001 |
Color Harmonies of #7BFAE2
Complementary color
Monochromatic Colors of #7BFAE2
Black with #7BFAE2
Text Example
Text Example
White with #7BFAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFAE2; }
p { color: rgb(123,250,226); }
H1.HeaderClassName
{
color: #7BFAE2;
}
.AnyTagClassName
{
color: #7BFAE2;
}
</style>
background-color css
<style>
a { background-color: #7BFAE2; }
a { background-color: rgb(123,250,226); }
div.DivClassName
{
background-color: #7BFAE2;
}
.BgClassName
{
background-color: #7BFAE2;
}
</style>
border-color css
<style>
span { border-color: #7BFAE2; }
span { border-color: rgb(123,250,226); }
td.TdClassName
{
border-color: #7BFAE2;
}
.TagClassName
{
border-color: #7BFAE2;
}
</style>