Shades of Aquamarine #7BFAC0
Tints of Aquamarine #7BFAC0
RGB
CMYK
RGB Variations
Color information
#7BFAC0 (or 0x7BFAC0) is known color: Aquamarine. HEX triplet: 7B, FA and C0. RGB value is (123,250,192). Sum of RGB (Red+Green+Blue) = 123+250+192=565 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.77% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFAC0 is #84053F. Grayscale: #CDCDCD. Windows color (decimal): -8652096 or 12647035. OLE color: 12647035.
HSL color Cylindrical-coordinate representation of color #7BFAC0: hue angle of 152.6º 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 #7BFAC0 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 250 | 192 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.02 |
| HSL | 152.6º | 0.93% | 0.73% | - |
| HSV(B) | 152.6º | 0.51% | 0.98% | - |
| XYZ | 51.87 | 76.39 | 61.88 | - |
| YUV | 205.42 | 120.42 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 250 | 192 | 0.51 | 0 | 0.23 | 0.02 | 152.6 | 0.93 | 0.73 |
| Hex | 7B | FA | C0 | 33 | 0 | 17 | 2 | 99 | 5D | 49 |
| Octal | 173 | 372 | 300 | 63 | 0 | 27 | 2 | 231 | 135 | 111 |
| Binary | 1111011 | 11111010 | 11000000 | 110011 | 0 | 10111 | 10 | 10011001 | 1011101 | 1001001 |
Color Harmonies of #7BFAC0
Complementary color
Monochromatic Colors of #7BFAC0
Black with #7BFAC0
Text Example
Text Example
White with #7BFAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFAC0; }
p { color: rgb(123,250,192); }
H1.HeaderClassName
{
color: #7BFAC0;
}
.AnyTagClassName
{
color: #7BFAC0;
}
</style>
background-color css
<style>
a { background-color: #7BFAC0; }
a { background-color: rgb(123,250,192); }
div.DivClassName
{
background-color: #7BFAC0;
}
.BgClassName
{
background-color: #7BFAC0;
}
</style>
border-color css
<style>
span { border-color: #7BFAC0; }
span { border-color: rgb(123,250,192); }
td.TdClassName
{
border-color: #7BFAC0;
}
.TagClassName
{
border-color: #7BFAC0;
}
</style>