Shades of Medium Aquamarine #7BCAA2
Tints of Medium Aquamarine #7BCAA2
RGB
CMYK
RGB Variations
Color information
#7BCAA2 (or 0x7BCAA2) is known color: Medium Aquamarine. HEX triplet: 7B, CA and A2. RGB value is (123,202,162). Sum of RGB (Red+Green+Blue) = 123+202+162=487 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.26% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCAA2 is #84355D. Grayscale: #ADADAD. Windows color (decimal): -8664414 or 10668667. OLE color: 10668667.
HSL color Cylindrical-coordinate representation of color #7BCAA2: hue angle of 149.62º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BCAA2 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 202 | 162 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.21 |
| HSL | 149.62º | 0.43% | 0.64% | - |
| HSV(B) | 149.62º | 0.39% | 0.79% | - |
| XYZ | 35.81 | 49.06 | 41.76 | - |
| YUV | 173.82 | 121.33 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 162 | 0.39 | 0 | 0.20 | 0.21 | 149.62 | 0.43 | 0.64 |
| Hex | 7B | CA | A2 | 27 | 0 | 14 | 15 | 96 | 2B | 40 |
| Octal | 173 | 312 | 242 | 47 | 0 | 24 | 25 | 226 | 53 | 100 |
| Binary | 1111011 | 11001010 | 10100010 | 100111 | 0 | 10100 | 10101 | 10010110 | 101011 | 1000000 |
Color Harmonies of #7BCAA2
Complementary color
Monochromatic Colors of #7BCAA2
Black with #7BCAA2
Text Example
Text Example
White with #7BCAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCAA2; }
p { color: rgb(123,202,162); }
H1.HeaderClassName
{
color: #7BCAA2;
}
.AnyTagClassName
{
color: #7BCAA2;
}
</style>
background-color css
<style>
a { background-color: #7BCAA2; }
a { background-color: rgb(123,202,162); }
div.DivClassName
{
background-color: #7BCAA2;
}
.BgClassName
{
background-color: #7BCAA2;
}
</style>
border-color css
<style>
span { border-color: #7BCAA2; }
span { border-color: rgb(123,202,162); }
td.TdClassName
{
border-color: #7BCAA2;
}
.TagClassName
{
border-color: #7BCAA2;
}
</style>