Shades of Aquamarine #7BFEDA
Tints of Aquamarine #7BFEDA
RGB
CMYK
RGB Variations
Color information
#7BFEDA (or 0x7BFEDA) is known color: Aquamarine. HEX triplet: 7B, FE and DA. RGB value is (123,254,218). Sum of RGB (Red+Green+Blue) = 123+254+218=595 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.67% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFEDA is #840125. Grayscale: #D2D2D2. Windows color (decimal): -8651046 or 14351995. OLE color: 14351995.
HSL color Cylindrical-coordinate representation of color #7BFEDA: hue angle of 163.51º 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 #7BFEDA is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 254 | 218 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.00 |
| HSL | 163.51º | 0.98% | 0.74% | - |
| HSV(B) | 163.51º | 0.52% | 1% | - |
| XYZ | 56.27 | 80.16 | 78.84 | - |
| YUV | 210.73 | 132.1 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 254 | 218 | 0.52 | 0 | 0.14 | 0.00 | 163.51 | 0.98 | 0.74 |
| Hex | 7B | FE | DA | 34 | 0 | E | 0 | A4 | 62 | 4A |
| Octal | 173 | 376 | 332 | 64 | 0 | 16 | 0 | 244 | 142 | 112 |
| Binary | 1111011 | 11111110 | 11011010 | 110100 | 0 | 1110 | 0 | 10100100 | 1100010 | 1001010 |
Color Harmonies of #7BFEDA
Complementary color
Monochromatic Colors of #7BFEDA
Black with #7BFEDA
Text Example
Text Example
White with #7BFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFEDA; }
p { color: rgb(123,254,218); }
H1.HeaderClassName
{
color: #7BFEDA;
}
.AnyTagClassName
{
color: #7BFEDA;
}
</style>
background-color css
<style>
a { background-color: #7BFEDA; }
a { background-color: rgb(123,254,218); }
div.DivClassName
{
background-color: #7BFEDA;
}
.BgClassName
{
background-color: #7BFEDA;
}
</style>
border-color css
<style>
span { border-color: #7BFEDA; }
span { border-color: rgb(123,254,218); }
td.TdClassName
{
border-color: #7BFEDA;
}
.TagClassName
{
border-color: #7BFEDA;
}
</style>