Shades of Aquamarine #7BF6CE
Tints of Aquamarine #7BF6CE
RGB
CMYK
RGB Variations
Color information
#7BF6CE (or 0x7BF6CE) is known color: Aquamarine. HEX triplet: 7B, F6 and CE. RGB value is (123,246,206). Sum of RGB (Red+Green+Blue) = 123+246+206=575 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.39% from 575); Green value is 246 (96.48% from 255 or 42.78% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 246 - color contains mainly: green. Hex color #7BF6CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF6CE is #840931. Grayscale: #CCCCCC. Windows color (decimal): -8653106 or 13563515. OLE color: 13563515.
HSL color Cylindrical-coordinate representation of color #7BF6CE: hue angle of 160.49º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BF6CE is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 123 | 246 | 206 | - |
| CMYK | 0.50 | 0 | 0.16 | 0.04 |
| HSL | 160.49º | 0.87% | 0.72% | - |
| HSV(B) | 160.49º | 0.5% | 0.96% | - |
| XYZ | 52.26 | 74.58 | 70.03 | - |
| YUV | 204.66 | 128.75 | 69.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 246 | 206 | 0.50 | 0 | 0.16 | 0.04 | 160.49 | 0.87 | 0.72 |
| Hex | 7B | F6 | CE | 32 | 0 | 10 | 4 | A0 | 57 | 48 |
| Octal | 173 | 366 | 316 | 62 | 0 | 20 | 4 | 240 | 127 | 110 |
| Binary | 1111011 | 11110110 | 11001110 | 110010 | 0 | 10000 | 100 | 10100000 | 1010111 | 1001000 |
Color Harmonies of #7BF6CE
Complementary color
Monochromatic Colors of #7BF6CE
Black with #7BF6CE
Text Example
Text Example
White with #7BF6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF6CE; }
p { color: rgb(123,246,206); }
H1.HeaderClassName
{
color: #7BF6CE;
}
.AnyTagClassName
{
color: #7BF6CE;
}
</style>
background-color css
<style>
a { background-color: #7BF6CE; }
a { background-color: rgb(123,246,206); }
div.DivClassName
{
background-color: #7BF6CE;
}
.BgClassName
{
background-color: #7BF6CE;
}
</style>
border-color css
<style>
span { border-color: #7BF6CE; }
span { border-color: rgb(123,246,206); }
td.TdClassName
{
border-color: #7BF6CE;
}
.TagClassName
{
border-color: #7BF6CE;
}
</style>