Shades of Aquamarine #7BFEBE
Tints of Aquamarine #7BFEBE
RGB
CMYK
RGB Variations
Color information
#7BFEBE (or 0x7BFEBE) is known color: Aquamarine. HEX triplet: 7B, FE and BE. RGB value is (123,254,190). Sum of RGB (Red+Green+Blue) = 123+254+190=567 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.69% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFEBE is #840141. Grayscale: #CFCFCF. Windows color (decimal): -8651074 or 12516987. OLE color: 12516987.
HSL color Cylindrical-coordinate representation of color #7BFEBE: hue angle of 150.69º 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 #7BFEBE is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 254 | 190 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.00 |
| HSL | 150.69º | 0.98% | 0.74% | - |
| HSV(B) | 150.69º | 0.52% | 1% | - |
| XYZ | 52.9 | 78.81 | 61.14 | - |
| YUV | 207.54 | 118.1 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 254 | 190 | 0.52 | 0 | 0.25 | 0.00 | 150.69 | 0.98 | 0.74 |
| Hex | 7B | FE | BE | 34 | 0 | 19 | 0 | 97 | 62 | 4A |
| Octal | 173 | 376 | 276 | 64 | 0 | 31 | 0 | 227 | 142 | 112 |
| Binary | 1111011 | 11111110 | 10111110 | 110100 | 0 | 11001 | 0 | 10010111 | 1100010 | 1001010 |
Color Harmonies of #7BFEBE
Complementary color
Monochromatic Colors of #7BFEBE
Black with #7BFEBE
Text Example
Text Example
White with #7BFEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFEBE; }
p { color: rgb(123,254,190); }
H1.HeaderClassName
{
color: #7BFEBE;
}
.AnyTagClassName
{
color: #7BFEBE;
}
</style>
background-color css
<style>
a { background-color: #7BFEBE; }
a { background-color: rgb(123,254,190); }
div.DivClassName
{
background-color: #7BFEBE;
}
.BgClassName
{
background-color: #7BFEBE;
}
</style>
border-color css
<style>
span { border-color: #7BFEBE; }
span { border-color: rgb(123,254,190); }
td.TdClassName
{
border-color: #7BFEBE;
}
.TagClassName
{
border-color: #7BFEBE;
}
</style>