Shades of Aquamarine #7BFFE6
Tints of Aquamarine #7BFFE6
RGB
CMYK
RGB Variations
Color information
#7BFFE6 (or 0x7BFFE6) is known color: Aquamarine. HEX triplet: 7B, FF and E6. RGB value is (123,255,230). Sum of RGB (Red+Green+Blue) = 123+255+230=608 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.23% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFFE6 is #840019. Grayscale: #D4D4D4. Windows color (decimal): -8650778 or 15138683. OLE color: 15138683.
HSL color Cylindrical-coordinate representation of color #7BFFE6: hue angle of 168.64º 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 #7BFFE6 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 255 | 230 | - |
| CMYK | 0.52 | 0 | 0.10 | 0 |
| HSL | 168.64º | 1% | 0.74% | - |
| HSV(B) | 168.64º | 0.52% | 1% | - |
| XYZ | 58.21 | 81.44 | 87.52 | - |
| YUV | 212.68 | 137.77 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 255 | 230 | 0.52 | 0 | 0.10 | 0 | 168.64 | 1 | 0.74 |
| Hex | 7B | FF | E6 | 34 | 0 | A | 0 | A9 | 64 | 4A |
| Octal | 173 | 377 | 346 | 64 | 0 | 12 | 0 | 251 | 144 | 112 |
| Binary | 1111011 | 11111111 | 11100110 | 110100 | 0 | 1010 | 0 | 10101001 | 1100100 | 1001010 |
Color Harmonies of #7BFFE6
Complementary color
Monochromatic Colors of #7BFFE6
Black with #7BFFE6
Text Example
Text Example
White with #7BFFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFFE6; }
p { color: rgb(123,255,230); }
H1.HeaderClassName
{
color: #7BFFE6;
}
.AnyTagClassName
{
color: #7BFFE6;
}
</style>
background-color css
<style>
a { background-color: #7BFFE6; }
a { background-color: rgb(123,255,230); }
div.DivClassName
{
background-color: #7BFFE6;
}
.BgClassName
{
background-color: #7BFFE6;
}
</style>
border-color css
<style>
span { border-color: #7BFFE6; }
span { border-color: rgb(123,255,230); }
td.TdClassName
{
border-color: #7BFFE6;
}
.TagClassName
{
border-color: #7BFFE6;
}
</style>