Shades of Medium Aquamarine #7BC6A3
Tints of Medium Aquamarine #7BC6A3
RGB
CMYK
RGB Variations
Color information
#7BC6A3 (or 0x7BC6A3) is known color: Medium Aquamarine. HEX triplet: 7B, C6 and A3. RGB value is (123,198,163). Sum of RGB (Red+Green+Blue) = 123+198+163=484 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.41% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 198 - color contains mainly: green. Hex color #7BC6A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC6A3 is #84395C. Grayscale: #ABABAB. Windows color (decimal): -8665437 or 10733179. OLE color: 10733179.
HSL color Cylindrical-coordinate representation of color #7BC6A3: hue angle of 152º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BC6A3 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 198 | 163 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.22 |
| HSL | 152º | 0.4% | 0.63% | - |
| HSV(B) | 152º | 0.38% | 0.78% | - |
| XYZ | 34.97 | 47.24 | 41.93 | - |
| YUV | 171.59 | 123.15 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 198 | 163 | 0.38 | 0 | 0.18 | 0.22 | 152 | 0.4 | 0.63 |
| Hex | 7B | C6 | A3 | 26 | 0 | 12 | 16 | 98 | 28 | 3F |
| Octal | 173 | 306 | 243 | 46 | 0 | 22 | 26 | 230 | 50 | 77 |
| Binary | 1111011 | 11000110 | 10100011 | 100110 | 0 | 10010 | 10110 | 10011000 | 101000 | 111111 |
Color Harmonies of #7BC6A3
Complementary color
Monochromatic Colors of #7BC6A3
Black with #7BC6A3
Text Example
Text Example
White with #7BC6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC6A3; }
p { color: rgb(123,198,163); }
H1.HeaderClassName
{
color: #7BC6A3;
}
.AnyTagClassName
{
color: #7BC6A3;
}
</style>
background-color css
<style>
a { background-color: #7BC6A3; }
a { background-color: rgb(123,198,163); }
div.DivClassName
{
background-color: #7BC6A3;
}
.BgClassName
{
background-color: #7BC6A3;
}
</style>
border-color css
<style>
span { border-color: #7BC6A3; }
span { border-color: rgb(123,198,163); }
td.TdClassName
{
border-color: #7BC6A3;
}
.TagClassName
{
border-color: #7BC6A3;
}
</style>