Shades of Aquamarine #7BFBC8
Tints of Aquamarine #7BFBC8
RGB
CMYK
RGB Variations
Color information
#7BFBC8 (or 0x7BFBC8) is known color: Aquamarine. HEX triplet: 7B, FB and C8. RGB value is (123,251,200). Sum of RGB (Red+Green+Blue) = 123+251+200=574 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.43% from 574); Green value is 251 (98.44% from 255 or 43.73% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 251 - color contains mainly: green. Hex color #7BFBC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFBC8 is #840437. Grayscale: #CECECE. Windows color (decimal): -8651832 or 13171579. OLE color: 13171579.
HSL color Cylindrical-coordinate representation of color #7BFBC8: hue angle of 156.09º degrees, saturation: 0.94, 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 #7BFBC8 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 251 | 200 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.02 |
| HSL | 156.09º | 0.94% | 0.73% | - |
| HSV(B) | 156.09º | 0.51% | 0.98% | - |
| XYZ | 53.09 | 77.38 | 66.78 | - |
| YUV | 206.91 | 124.09 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 251 | 200 | 0.51 | 0 | 0.20 | 0.02 | 156.09 | 0.94 | 0.73 |
| Hex | 7B | FB | C8 | 33 | 0 | 14 | 2 | 9C | 5E | 49 |
| Octal | 173 | 373 | 310 | 63 | 0 | 24 | 2 | 234 | 136 | 111 |
| Binary | 1111011 | 11111011 | 11001000 | 110011 | 0 | 10100 | 10 | 10011100 | 1011110 | 1001001 |
Color Harmonies of #7BFBC8
Complementary color
Monochromatic Colors of #7BFBC8
Black with #7BFBC8
Text Example
Text Example
White with #7BFBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFBC8; }
p { color: rgb(123,251,200); }
H1.HeaderClassName
{
color: #7BFBC8;
}
.AnyTagClassName
{
color: #7BFBC8;
}
</style>
background-color css
<style>
a { background-color: #7BFBC8; }
a { background-color: rgb(123,251,200); }
div.DivClassName
{
background-color: #7BFBC8;
}
.BgClassName
{
background-color: #7BFBC8;
}
</style>
border-color css
<style>
span { border-color: #7BFBC8; }
span { border-color: rgb(123,251,200); }
td.TdClassName
{
border-color: #7BFBC8;
}
.TagClassName
{
border-color: #7BFBC8;
}
</style>