Shades of Aquamarine #7BFEBD
Tints of Aquamarine #7BFEBD
RGB
CMYK
RGB Variations
Color information
#7BFEBD (or 0x7BFEBD) is known color: Aquamarine. HEX triplet: 7B, FE and BD. RGB value is (123,254,189). Sum of RGB (Red+Green+Blue) = 123+254+189=566 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.73% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFEBD is #840142. Grayscale: #CFCFCF. Windows color (decimal): -8651075 or 12451451. OLE color: 12451451.
HSL color Cylindrical-coordinate representation of color #7BFEBD: hue angle of 150.23º 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 #7BFEBD is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 254 | 189 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.00 |
| HSL | 150.23º | 0.98% | 0.74% | - |
| HSV(B) | 150.23º | 0.52% | 1% | - |
| XYZ | 52.8 | 78.77 | 60.57 | - |
| YUV | 207.42 | 117.6 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 254 | 189 | 0.52 | 0 | 0.26 | 0.00 | 150.23 | 0.98 | 0.74 |
| Hex | 7B | FE | BD | 34 | 0 | 1A | 0 | 96 | 62 | 4A |
| Octal | 173 | 376 | 275 | 64 | 0 | 32 | 0 | 226 | 142 | 112 |
| Binary | 1111011 | 11111110 | 10111101 | 110100 | 0 | 11010 | 0 | 10010110 | 1100010 | 1001010 |
Color Harmonies of #7BFEBD
Complementary color
Monochromatic Colors of #7BFEBD
Black with #7BFEBD
Text Example
Text Example
White with #7BFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFEBD; }
p { color: rgb(123,254,189); }
H1.HeaderClassName
{
color: #7BFEBD;
}
.AnyTagClassName
{
color: #7BFEBD;
}
</style>
background-color css
<style>
a { background-color: #7BFEBD; }
a { background-color: rgb(123,254,189); }
div.DivClassName
{
background-color: #7BFEBD;
}
.BgClassName
{
background-color: #7BFEBD;
}
</style>
border-color css
<style>
span { border-color: #7BFEBD; }
span { border-color: rgb(123,254,189); }
td.TdClassName
{
border-color: #7BFEBD;
}
.TagClassName
{
border-color: #7BFEBD;
}
</style>