Shades of Aquamarine #7BFBBE
Tints of Aquamarine #7BFBBE
RGB
CMYK
RGB Variations
Color information
#7BFBBE (or 0x7BFBBE) is known color: Aquamarine. HEX triplet: 7B, FB and BE. RGB value is (123,251,190). Sum of RGB (Red+Green+Blue) = 123+251+190=564 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.81% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #7BFBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFBBE is #840441. Grayscale: #CDCDCD. Windows color (decimal): -8651842 or 12516219. OLE color: 12516219.
HSL color Cylindrical-coordinate representation of color #7BFBBE: hue angle of 151.41º 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 #7BFBBE is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 251 | 190 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.02 |
| HSL | 151.41º | 0.94% | 0.73% | - |
| HSV(B) | 151.41º | 0.51% | 0.98% | - |
| XYZ | 51.96 | 76.92 | 60.82 | - |
| YUV | 205.77 | 119.09 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 251 | 190 | 0.51 | 0 | 0.24 | 0.02 | 151.41 | 0.94 | 0.73 |
| Hex | 7B | FB | BE | 33 | 0 | 18 | 2 | 97 | 5E | 49 |
| Octal | 173 | 373 | 276 | 63 | 0 | 30 | 2 | 227 | 136 | 111 |
| Binary | 1111011 | 11111011 | 10111110 | 110011 | 0 | 11000 | 10 | 10010111 | 1011110 | 1001001 |
Color Harmonies of #7BFBBE
Complementary color
Monochromatic Colors of #7BFBBE
Black with #7BFBBE
Text Example
Text Example
White with #7BFBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFBBE; }
p { color: rgb(123,251,190); }
H1.HeaderClassName
{
color: #7BFBBE;
}
.AnyTagClassName
{
color: #7BFBBE;
}
</style>
background-color css
<style>
a { background-color: #7BFBBE; }
a { background-color: rgb(123,251,190); }
div.DivClassName
{
background-color: #7BFBBE;
}
.BgClassName
{
background-color: #7BFBBE;
}
</style>
border-color css
<style>
span { border-color: #7BFBBE; }
span { border-color: rgb(123,251,190); }
td.TdClassName
{
border-color: #7BFBBE;
}
.TagClassName
{
border-color: #7BFBBE;
}
</style>