Shades of Aquamarine #7BFEDB
Tints of Aquamarine #7BFEDB
RGB
CMYK
RGB Variations
Color information
#7BFEDB (or 0x7BFEDB) is known color: Aquamarine. HEX triplet: 7B, FE and DB. RGB value is (123,254,219). Sum of RGB (Red+Green+Blue) = 123+254+219=596 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.64% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFEDB is #840124. Grayscale: #D2D2D2. Windows color (decimal): -8651045 or 14417531. OLE color: 14417531.
HSL color Cylindrical-coordinate representation of color #7BFEDB: hue angle of 163.97º 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 #7BFEDB is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 254 | 219 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.00 |
| HSL | 163.97º | 0.98% | 0.74% | - |
| HSV(B) | 163.97º | 0.52% | 1% | - |
| XYZ | 56.4 | 80.21 | 79.53 | - |
| YUV | 210.84 | 132.6 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 254 | 219 | 0.52 | 0 | 0.14 | 0.00 | 163.97 | 0.98 | 0.74 |
| Hex | 7B | FE | DB | 34 | 0 | E | 0 | A4 | 62 | 4A |
| Octal | 173 | 376 | 333 | 64 | 0 | 16 | 0 | 244 | 142 | 112 |
| Binary | 1111011 | 11111110 | 11011011 | 110100 | 0 | 1110 | 0 | 10100100 | 1100010 | 1001010 |
Color Harmonies of #7BFEDB
Complementary color
Monochromatic Colors of #7BFEDB
Black with #7BFEDB
Text Example
Text Example
White with #7BFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFEDB; }
p { color: rgb(123,254,219); }
H1.HeaderClassName
{
color: #7BFEDB;
}
.AnyTagClassName
{
color: #7BFEDB;
}
</style>
background-color css
<style>
a { background-color: #7BFEDB; }
a { background-color: rgb(123,254,219); }
div.DivClassName
{
background-color: #7BFEDB;
}
.BgClassName
{
background-color: #7BFEDB;
}
</style>
border-color css
<style>
span { border-color: #7BFEDB; }
span { border-color: rgb(123,254,219); }
td.TdClassName
{
border-color: #7BFEDB;
}
.TagClassName
{
border-color: #7BFEDB;
}
</style>