Shades of Medium Aquamarine #7BCBA4
Tints of Medium Aquamarine #7BCBA4
RGB
CMYK
RGB Variations
Color information
#7BCBA4 (or 0x7BCBA4) is known color: Medium Aquamarine. HEX triplet: 7B, CB and A4. RGB value is (123,203,164). Sum of RGB (Red+Green+Blue) = 123+203+164=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCBA4 is #84345B. Grayscale: #AEAEAE. Windows color (decimal): -8664156 or 10799995. OLE color: 10799995.
HSL color Cylindrical-coordinate representation of color #7BCBA4: hue angle of 150.75º 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 #7BCBA4 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 164 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.20 |
| HSL | 150.75º | 0.43% | 0.64% | - |
| HSV(B) | 150.75º | 0.39% | 0.8% | - |
| XYZ | 36.23 | 49.6 | 42.79 | - |
| YUV | 174.63 | 122 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 164 | 0.39 | 0 | 0.19 | 0.20 | 150.75 | 0.43 | 0.64 |
| Hex | 7B | CB | A4 | 27 | 0 | 13 | 14 | 97 | 2B | 40 |
| Octal | 173 | 313 | 244 | 47 | 0 | 23 | 24 | 227 | 53 | 100 |
| Binary | 1111011 | 11001011 | 10100100 | 100111 | 0 | 10011 | 10100 | 10010111 | 101011 | 1000000 |
Color Harmonies of #7BCBA4
Complementary color
Monochromatic Colors of #7BCBA4
Black with #7BCBA4
Text Example
Text Example
White with #7BCBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCBA4; }
p { color: rgb(123,203,164); }
H1.HeaderClassName
{
color: #7BCBA4;
}
.AnyTagClassName
{
color: #7BCBA4;
}
</style>
background-color css
<style>
a { background-color: #7BCBA4; }
a { background-color: rgb(123,203,164); }
div.DivClassName
{
background-color: #7BCBA4;
}
.BgClassName
{
background-color: #7BCBA4;
}
</style>
border-color css
<style>
span { border-color: #7BCBA4; }
span { border-color: rgb(123,203,164); }
td.TdClassName
{
border-color: #7BCBA4;
}
.TagClassName
{
border-color: #7BCBA4;
}
</style>