Shades of Monte Carlo #7BC3AB
Tints of Monte Carlo #7BC3AB
RGB
CMYK
RGB Variations
Color information
#7BC3AB (or 0x7BC3AB) is known color: Monte Carlo. HEX triplet: 7B, C3 and AB. RGB value is (123,195,171). Sum of RGB (Red+Green+Blue) = 123+195+171=489 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.15% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC3AB is #843C54. Grayscale: #AAAAAA. Windows color (decimal): -8666197 or 11256699. OLE color: 11256699.
HSL color Cylindrical-coordinate representation of color #7BC3AB: hue angle of 160º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC3AB is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 195 | 171 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.24 |
| HSL | 160º | 0.38% | 0.62% | - |
| HSV(B) | 160º | 0.37% | 0.76% | - |
| XYZ | 35.03 | 46.18 | 45.6 | - |
| YUV | 170.74 | 128.15 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 195 | 171 | 0.37 | 0 | 0.12 | 0.24 | 160 | 0.38 | 0.62 |
| Hex | 7B | C3 | AB | 25 | 0 | C | 18 | A0 | 26 | 3E |
| Octal | 173 | 303 | 253 | 45 | 0 | 14 | 30 | 240 | 46 | 76 |
| Binary | 1111011 | 11000011 | 10101011 | 100101 | 0 | 1100 | 11000 | 10100000 | 100110 | 111110 |
Color Harmonies of #7BC3AB
Complementary color
Monochromatic Colors of #7BC3AB
Black with #7BC3AB
Text Example
Text Example
White with #7BC3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC3AB; }
p { color: rgb(123,195,171); }
H1.HeaderClassName
{
color: #7BC3AB;
}
.AnyTagClassName
{
color: #7BC3AB;
}
</style>
background-color css
<style>
a { background-color: #7BC3AB; }
a { background-color: rgb(123,195,171); }
div.DivClassName
{
background-color: #7BC3AB;
}
.BgClassName
{
background-color: #7BC3AB;
}
</style>
border-color css
<style>
span { border-color: #7BC3AB; }
span { border-color: rgb(123,195,171); }
td.TdClassName
{
border-color: #7BC3AB;
}
.TagClassName
{
border-color: #7BC3AB;
}
</style>