Shades of Aquamarine #7BF7E7
Tints of Aquamarine #7BF7E7
RGB
CMYK
RGB Variations
Color information
#7BF7E7 (or 0x7BF7E7) is known color: Aquamarine. HEX triplet: 7B, F7 and E7. RGB value is (123,247,231). Sum of RGB (Red+Green+Blue) = 123+247+231=601 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.47% from 601); Green value is 247 (96.88% from 255 or 41.10% from 601); Blue value is 231 (90.62% from 255 or 38.44% from 601); Max value from RGB is 247 - color contains mainly: green. Hex color #7BF7E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF7E7 is #840818. Grayscale: #D0D0D0. Windows color (decimal): -8652825 or 15202171. OLE color: 15202171.
HSL color Cylindrical-coordinate representation of color #7BF7E7: hue angle of 172.26º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BF7E7 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 123 | 247 | 231 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.03 |
| HSL | 172.26º | 0.89% | 0.73% | - |
| HSV(B) | 172.26º | 0.5% | 0.97% | - |
| XYZ | 55.85 | 76.5 | 87.42 | - |
| YUV | 208.1 | 140.92 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 247 | 231 | 0.50 | 0 | 0.06 | 0.03 | 172.26 | 0.89 | 0.73 |
| Hex | 7B | F7 | E7 | 32 | 0 | 6 | 3 | AC | 59 | 49 |
| Octal | 173 | 367 | 347 | 62 | 0 | 6 | 3 | 254 | 131 | 111 |
| Binary | 1111011 | 11110111 | 11100111 | 110010 | 0 | 110 | 11 | 10101100 | 1011001 | 1001001 |
Color Harmonies of #7BF7E7
Complementary color
Monochromatic Colors of #7BF7E7
Black with #7BF7E7
Text Example
Text Example
White with #7BF7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF7E7; }
p { color: rgb(123,247,231); }
H1.HeaderClassName
{
color: #7BF7E7;
}
.AnyTagClassName
{
color: #7BF7E7;
}
</style>
background-color css
<style>
a { background-color: #7BF7E7; }
a { background-color: rgb(123,247,231); }
div.DivClassName
{
background-color: #7BF7E7;
}
.BgClassName
{
background-color: #7BF7E7;
}
</style>
border-color css
<style>
span { border-color: #7BF7E7; }
span { border-color: rgb(123,247,231); }
td.TdClassName
{
border-color: #7BF7E7;
}
.TagClassName
{
border-color: #7BF7E7;
}
</style>