Shades of Aquamarine #7BFAB8
Tints of Aquamarine #7BFAB8
RGB
CMYK
RGB Variations
Color information
#7BFAB8 (or 0x7BFAB8) is known color: Aquamarine. HEX triplet: 7B, FA and B8. RGB value is (123,250,184). Sum of RGB (Red+Green+Blue) = 123+250+184=557 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.08% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFAB8 is #840547. Grayscale: #CCCCCC. Windows color (decimal): -8652104 or 12122747. OLE color: 12122747.
HSL color Cylindrical-coordinate representation of color #7BFAB8: hue angle of 148.82º 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 #7BFAB8 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 250 | 184 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.02 |
| HSL | 148.82º | 0.93% | 0.73% | - |
| HSV(B) | 148.82º | 0.51% | 0.98% | - |
| XYZ | 51.01 | 76.04 | 57.34 | - |
| YUV | 204.5 | 116.42 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 250 | 184 | 0.51 | 0 | 0.26 | 0.02 | 148.82 | 0.93 | 0.73 |
| Hex | 7B | FA | B8 | 33 | 0 | 1A | 2 | 95 | 5D | 49 |
| Octal | 173 | 372 | 270 | 63 | 0 | 32 | 2 | 225 | 135 | 111 |
| Binary | 1111011 | 11111010 | 10111000 | 110011 | 0 | 11010 | 10 | 10010101 | 1011101 | 1001001 |
Color Harmonies of #7BFAB8
Complementary color
Monochromatic Colors of #7BFAB8
Black with #7BFAB8
Text Example
Text Example
White with #7BFAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFAB8; }
p { color: rgb(123,250,184); }
H1.HeaderClassName
{
color: #7BFAB8;
}
.AnyTagClassName
{
color: #7BFAB8;
}
</style>
background-color css
<style>
a { background-color: #7BFAB8; }
a { background-color: rgb(123,250,184); }
div.DivClassName
{
background-color: #7BFAB8;
}
.BgClassName
{
background-color: #7BFAB8;
}
</style>
border-color css
<style>
span { border-color: #7BFAB8; }
span { border-color: rgb(123,250,184); }
td.TdClassName
{
border-color: #7BFAB8;
}
.TagClassName
{
border-color: #7BFAB8;
}
</style>