Shades of Aquamarine #7BFBBC
Tints of Aquamarine #7BFBBC
RGB
CMYK
RGB Variations
Color information
#7BFBBC (or 0x7BFBBC) is known color: Aquamarine. HEX triplet: 7B, FB and BC. RGB value is (123,251,188). Sum of RGB (Red+Green+Blue) = 123+251+188=562 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.89% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #7BFBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFBBC is #840443. Grayscale: #CDCDCD. Windows color (decimal): -8651844 or 12385147. OLE color: 12385147.
HSL color Cylindrical-coordinate representation of color #7BFBBC: hue angle of 150.47º 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 #7BFBBC is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 251 | 188 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.02 |
| HSL | 150.47º | 0.94% | 0.73% | - |
| HSV(B) | 150.47º | 0.51% | 0.98% | - |
| XYZ | 51.74 | 76.84 | 59.68 | - |
| YUV | 205.55 | 118.09 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 251 | 188 | 0.51 | 0 | 0.25 | 0.02 | 150.47 | 0.94 | 0.73 |
| Hex | 7B | FB | BC | 33 | 0 | 19 | 2 | 96 | 5E | 49 |
| Octal | 173 | 373 | 274 | 63 | 0 | 31 | 2 | 226 | 136 | 111 |
| Binary | 1111011 | 11111011 | 10111100 | 110011 | 0 | 11001 | 10 | 10010110 | 1011110 | 1001001 |
Color Harmonies of #7BFBBC
Complementary color
Monochromatic Colors of #7BFBBC
Black with #7BFBBC
Text Example
Text Example
White with #7BFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFBBC; }
p { color: rgb(123,251,188); }
H1.HeaderClassName
{
color: #7BFBBC;
}
.AnyTagClassName
{
color: #7BFBBC;
}
</style>
background-color css
<style>
a { background-color: #7BFBBC; }
a { background-color: rgb(123,251,188); }
div.DivClassName
{
background-color: #7BFBBC;
}
.BgClassName
{
background-color: #7BFBBC;
}
</style>
border-color css
<style>
span { border-color: #7BFBBC; }
span { border-color: rgb(123,251,188); }
td.TdClassName
{
border-color: #7BFBBC;
}
.TagClassName
{
border-color: #7BFBBC;
}
</style>