Shades of Aquamarine #7BFEBC
Tints of Aquamarine #7BFEBC
RGB
CMYK
RGB Variations
Color information
#7BFEBC (or 0x7BFEBC) is known color: Aquamarine. HEX triplet: 7B, FE and BC. RGB value is (123,254,188). Sum of RGB (Red+Green+Blue) = 123+254+188=565 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.77% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFEBC is #840143. Grayscale: #CFCFCF. Windows color (decimal): -8651076 or 12385915. OLE color: 12385915.
HSL color Cylindrical-coordinate representation of color #7BFEBC: hue angle of 149.77º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFEBC is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 254 | 188 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.00 |
| HSL | 149.77º | 0.98% | 0.74% | - |
| HSV(B) | 149.77º | 0.52% | 1% | - |
| XYZ | 52.69 | 78.73 | 60 | - |
| YUV | 207.31 | 117.1 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 254 | 188 | 0.52 | 0 | 0.26 | 0.00 | 149.77 | 0.98 | 0.74 |
| Hex | 7B | FE | BC | 34 | 0 | 1A | 0 | 96 | 62 | 4A |
| Octal | 173 | 376 | 274 | 64 | 0 | 32 | 0 | 226 | 142 | 112 |
| Binary | 1111011 | 11111110 | 10111100 | 110100 | 0 | 11010 | 0 | 10010110 | 1100010 | 1001010 |
Color Harmonies of #7BFEBC
Complementary color
Monochromatic Colors of #7BFEBC
Black with #7BFEBC
Text Example
Text Example
White with #7BFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFEBC; }
p { color: rgb(123,254,188); }
H1.HeaderClassName
{
color: #7BFEBC;
}
.AnyTagClassName
{
color: #7BFEBC;
}
</style>
background-color css
<style>
a { background-color: #7BFEBC; }
a { background-color: rgb(123,254,188); }
div.DivClassName
{
background-color: #7BFEBC;
}
.BgClassName
{
background-color: #7BFEBC;
}
</style>
border-color css
<style>
span { border-color: #7BFEBC; }
span { border-color: rgb(123,254,188); }
td.TdClassName
{
border-color: #7BFEBC;
}
.TagClassName
{
border-color: #7BFEBC;
}
</style>