Shades of Aquamarine #7BFFE8
Tints of Aquamarine #7BFFE8
RGB
CMYK
RGB Variations
Color information
#7BFFE8 (or 0x7BFFE8) is known color: Aquamarine. HEX triplet: 7B, FF and E8. RGB value is (123,255,232). Sum of RGB (Red+Green+Blue) = 123+255+232=610 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.16% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFFE8 is #840017. Grayscale: #D4D4D4. Windows color (decimal): -8650776 or 15269755. OLE color: 15269755.
HSL color Cylindrical-coordinate representation of color #7BFFE8: hue angle of 169.55º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFFE8 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 255 | 232 | - |
| CMYK | 0.52 | 0 | 0.09 | 0 |
| HSL | 169.55º | 1% | 0.74% | - |
| HSV(B) | 169.55º | 0.52% | 1% | - |
| XYZ | 58.49 | 81.56 | 89 | - |
| YUV | 212.91 | 138.77 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 255 | 232 | 0.52 | 0 | 0.09 | 0 | 169.55 | 1 | 0.74 |
| Hex | 7B | FF | E8 | 34 | 0 | 9 | 0 | AA | 64 | 4A |
| Octal | 173 | 377 | 350 | 64 | 0 | 11 | 0 | 252 | 144 | 112 |
| Binary | 1111011 | 11111111 | 11101000 | 110100 | 0 | 1001 | 0 | 10101010 | 1100100 | 1001010 |
Color Harmonies of #7BFFE8
Complementary color
Monochromatic Colors of #7BFFE8
Black with #7BFFE8
Text Example
Text Example
White with #7BFFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFFE8; }
p { color: rgb(123,255,232); }
H1.HeaderClassName
{
color: #7BFFE8;
}
.AnyTagClassName
{
color: #7BFFE8;
}
</style>
background-color css
<style>
a { background-color: #7BFFE8; }
a { background-color: rgb(123,255,232); }
div.DivClassName
{
background-color: #7BFFE8;
}
.BgClassName
{
background-color: #7BFFE8;
}
</style>
border-color css
<style>
span { border-color: #7BFFE8; }
span { border-color: rgb(123,255,232); }
td.TdClassName
{
border-color: #7BFFE8;
}
.TagClassName
{
border-color: #7BFFE8;
}
</style>