Shades of Medium Aquamarine #7BCBA1
Tints of Medium Aquamarine #7BCBA1
RGB
CMYK
RGB Variations
Color information
#7BCBA1 (or 0x7BCBA1) is known color: Medium Aquamarine. HEX triplet: 7B, CB and A1. RGB value is (123,203,161). Sum of RGB (Red+Green+Blue) = 123+203+161=487 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.26% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCBA1 is #84345E. Grayscale: #AEAEAE. Windows color (decimal): -8664159 or 10603387. OLE color: 10603387.
HSL color Cylindrical-coordinate representation of color #7BCBA1: hue angle of 148.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BCBA1 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 161 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.20 |
| HSL | 148.5º | 0.43% | 0.64% | - |
| HSV(B) | 148.5º | 0.39% | 0.8% | - |
| XYZ | 35.96 | 49.5 | 41.38 | - |
| YUV | 174.29 | 120.5 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 161 | 0.39 | 0 | 0.21 | 0.20 | 148.5 | 0.43 | 0.64 |
| Hex | 7B | CB | A1 | 27 | 0 | 15 | 14 | 94 | 2B | 40 |
| Octal | 173 | 313 | 241 | 47 | 0 | 25 | 24 | 224 | 53 | 100 |
| Binary | 1111011 | 11001011 | 10100001 | 100111 | 0 | 10101 | 10100 | 10010100 | 101011 | 1000000 |
Color Harmonies of #7BCBA1
Complementary color
Monochromatic Colors of #7BCBA1
Black with #7BCBA1
Text Example
Text Example
White with #7BCBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCBA1; }
p { color: rgb(123,203,161); }
H1.HeaderClassName
{
color: #7BCBA1;
}
.AnyTagClassName
{
color: #7BCBA1;
}
</style>
background-color css
<style>
a { background-color: #7BCBA1; }
a { background-color: rgb(123,203,161); }
div.DivClassName
{
background-color: #7BCBA1;
}
.BgClassName
{
background-color: #7BCBA1;
}
</style>
border-color css
<style>
span { border-color: #7BCBA1; }
span { border-color: rgb(123,203,161); }
td.TdClassName
{
border-color: #7BCBA1;
}
.TagClassName
{
border-color: #7BCBA1;
}
</style>