Shades of Monte Carlo #7BC8AB
Tints of Monte Carlo #7BC8AB
RGB
CMYK
RGB Variations
Color information
#7BC8AB (or 0x7BC8AB) is known color: Monte Carlo. HEX triplet: 7B, C8 and AB. RGB value is (123,200,171). Sum of RGB (Red+Green+Blue) = 123+200+171=494 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.90% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #7BC8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC8AB is #843754. Grayscale: #ADADAD. Windows color (decimal): -8664917 or 11257979. OLE color: 11257979.
HSL color Cylindrical-coordinate representation of color #7BC8AB: hue angle of 157.4º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BC8AB is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 200 | 171 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.22 |
| HSL | 157.4º | 0.41% | 0.63% | - |
| HSV(B) | 157.4º | 0.39% | 0.78% | - |
| XYZ | 36.17 | 48.46 | 45.98 | - |
| YUV | 173.67 | 126.49 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 200 | 171 | 0.38 | 0 | 0.14 | 0.22 | 157.4 | 0.41 | 0.63 |
| Hex | 7B | C8 | AB | 26 | 0 | E | 16 | 9D | 29 | 3F |
| Octal | 173 | 310 | 253 | 46 | 0 | 16 | 26 | 235 | 51 | 77 |
| Binary | 1111011 | 11001000 | 10101011 | 100110 | 0 | 1110 | 10110 | 10011101 | 101001 | 111111 |
Color Harmonies of #7BC8AB
Complementary color
Monochromatic Colors of #7BC8AB
Black with #7BC8AB
Text Example
Text Example
White with #7BC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC8AB; }
p { color: rgb(123,200,171); }
H1.HeaderClassName
{
color: #7BC8AB;
}
.AnyTagClassName
{
color: #7BC8AB;
}
</style>
background-color css
<style>
a { background-color: #7BC8AB; }
a { background-color: rgb(123,200,171); }
div.DivClassName
{
background-color: #7BC8AB;
}
.BgClassName
{
background-color: #7BC8AB;
}
</style>
border-color css
<style>
span { border-color: #7BC8AB; }
span { border-color: rgb(123,200,171); }
td.TdClassName
{
border-color: #7BC8AB;
}
.TagClassName
{
border-color: #7BC8AB;
}
</style>