Shades of Medium Aquamarine #7BCDA2
Tints of Medium Aquamarine #7BCDA2
RGB
CMYK
RGB Variations
Color information
#7BCDA2 (or 0x7BCDA2) is known color: Medium Aquamarine. HEX triplet: 7B, CD and A2. RGB value is (123,205,162). Sum of RGB (Red+Green+Blue) = 123+205+162=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCDA2 is #84325D. Grayscale: #AFAFAF. Windows color (decimal): -8663646 or 10669435. OLE color: 10669435.
HSL color Cylindrical-coordinate representation of color #7BCDA2: hue angle of 148.54º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCDA2 is Cyan = 0.4, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 205 | 162 | - |
| CMYK | 0.4 | 0 | 0.21 | 0.20 |
| HSL | 148.54º | 0.45% | 0.64% | - |
| HSV(B) | 148.54º | 0.4% | 0.8% | - |
| XYZ | 36.52 | 50.48 | 42 | - |
| YUV | 175.58 | 120.33 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 162 | 0.4 | 0 | 0.21 | 0.20 | 148.54 | 0.45 | 0.64 |
| Hex | 7B | CD | A2 | 28 | 0 | 15 | 14 | 95 | 2D | 40 |
| Octal | 173 | 315 | 242 | 50 | 0 | 25 | 24 | 225 | 55 | 100 |
| Binary | 1111011 | 11001101 | 10100010 | 101000 | 0 | 10101 | 10100 | 10010101 | 101101 | 1000000 |
Color Harmonies of #7BCDA2
Complementary color
Monochromatic Colors of #7BCDA2
Black with #7BCDA2
Text Example
Text Example
White with #7BCDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCDA2; }
p { color: rgb(123,205,162); }
H1.HeaderClassName
{
color: #7BCDA2;
}
.AnyTagClassName
{
color: #7BCDA2;
}
</style>
background-color css
<style>
a { background-color: #7BCDA2; }
a { background-color: rgb(123,205,162); }
div.DivClassName
{
background-color: #7BCDA2;
}
.BgClassName
{
background-color: #7BCDA2;
}
</style>
border-color css
<style>
span { border-color: #7BCDA2; }
span { border-color: rgb(123,205,162); }
td.TdClassName
{
border-color: #7BCDA2;
}
.TagClassName
{
border-color: #7BCDA2;
}
</style>