Shades of Aquamarine #7BFEAF
Tints of Aquamarine #7BFEAF
RGB
CMYK
RGB Variations
Color information
#7BFEAF (or 0x7BFEAF) is known color: Aquamarine. HEX triplet: 7B, FE and AF. RGB value is (123,254,175). Sum of RGB (Red+Green+Blue) = 123+254+175=552 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.28% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BFEAF is #840150. Grayscale: #CECECE. Windows color (decimal): -8651089 or 11533947. OLE color: 11533947.
HSL color Cylindrical-coordinate representation of color #7BFEAF: hue angle of 143.82º 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 #7BFEAF is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 254 | 175 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.00 |
| HSL | 143.82º | 0.98% | 0.74% | - |
| HSV(B) | 143.82º | 0.52% | 1% | - |
| XYZ | 51.35 | 78.19 | 52.94 | - |
| YUV | 205.83 | 110.6 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 254 | 175 | 0.52 | 0 | 0.31 | 0.00 | 143.82 | 0.98 | 0.74 |
| Hex | 7B | FE | AF | 34 | 0 | 1F | 0 | 90 | 62 | 4A |
| Octal | 173 | 376 | 257 | 64 | 0 | 37 | 0 | 220 | 142 | 112 |
| Binary | 1111011 | 11111110 | 10101111 | 110100 | 0 | 11111 | 0 | 10010000 | 1100010 | 1001010 |
Color Harmonies of #7BFEAF
Complementary color
Monochromatic Colors of #7BFEAF
Black with #7BFEAF
Text Example
Text Example
White with #7BFEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFEAF; }
p { color: rgb(123,254,175); }
H1.HeaderClassName
{
color: #7BFEAF;
}
.AnyTagClassName
{
color: #7BFEAF;
}
</style>
background-color css
<style>
a { background-color: #7BFEAF; }
a { background-color: rgb(123,254,175); }
div.DivClassName
{
background-color: #7BFEAF;
}
.BgClassName
{
background-color: #7BFEAF;
}
</style>
border-color css
<style>
span { border-color: #7BFEAF; }
span { border-color: rgb(123,254,175); }
td.TdClassName
{
border-color: #7BFEAF;
}
.TagClassName
{
border-color: #7BFEAF;
}
</style>