Shades of Medium Aquamarine #7BCEA2
Tints of Medium Aquamarine #7BCEA2
RGB
CMYK
RGB Variations
Color information
#7BCEA2 (or 0x7BCEA2) is known color: Medium Aquamarine. HEX triplet: 7B, CE and A2. RGB value is (123,206,162). Sum of RGB (Red+Green+Blue) = 123+206+162=491 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25.05% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #7BCEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCEA2 is #84315D. Grayscale: #B0B0B0. Windows color (decimal): -8663390 or 10669691. OLE color: 10669691.
HSL color Cylindrical-coordinate representation of color #7BCEA2: hue angle of 148.19º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCEA2 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 206 | 162 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.19 |
| HSL | 148.19º | 0.46% | 0.65% | - |
| HSV(B) | 148.19º | 0.4% | 0.81% | - |
| XYZ | 36.76 | 50.96 | 42.08 | - |
| YUV | 176.17 | 120 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 206 | 162 | 0.40 | 0 | 0.21 | 0.19 | 148.19 | 0.46 | 0.65 |
| Hex | 7B | CE | A2 | 28 | 0 | 15 | 13 | 94 | 2E | 41 |
| Octal | 173 | 316 | 242 | 50 | 0 | 25 | 23 | 224 | 56 | 101 |
| Binary | 1111011 | 11001110 | 10100010 | 101000 | 0 | 10101 | 10011 | 10010100 | 101110 | 1000001 |
Color Harmonies of #7BCEA2
Complementary color
Monochromatic Colors of #7BCEA2
Black with #7BCEA2
Text Example
Text Example
White with #7BCEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCEA2; }
p { color: rgb(123,206,162); }
H1.HeaderClassName
{
color: #7BCEA2;
}
.AnyTagClassName
{
color: #7BCEA2;
}
</style>
background-color css
<style>
a { background-color: #7BCEA2; }
a { background-color: rgb(123,206,162); }
div.DivClassName
{
background-color: #7BCEA2;
}
.BgClassName
{
background-color: #7BCEA2;
}
</style>
border-color css
<style>
span { border-color: #7BCEA2; }
span { border-color: rgb(123,206,162); }
td.TdClassName
{
border-color: #7BCEA2;
}
.TagClassName
{
border-color: #7BCEA2;
}
</style>