Shades of Monte Carlo #7BC1AD
Tints of Monte Carlo #7BC1AD
RGB
CMYK
RGB Variations
Color information
#7BC1AD (or 0x7BC1AD) is known color: Monte Carlo. HEX triplet: 7B, C1 and AD. RGB value is (123,193,173). Sum of RGB (Red+Green+Blue) = 123+193+173=489 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.15% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 193 - color contains mainly: green. Hex color #7BC1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC1AD is #843E52. Grayscale: #A9A9A9. Windows color (decimal): -8666707 or 11387259. OLE color: 11387259.
HSL color Cylindrical-coordinate representation of color #7BC1AD: hue angle of 162.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BC1AD is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 193 | 173 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.24 |
| HSL | 162.86º | 0.36% | 0.62% | - |
| HSV(B) | 162.86º | 0.36% | 0.76% | - |
| XYZ | 34.78 | 45.37 | 46.46 | - |
| YUV | 169.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 193 | 173 | 0.36 | 0 | 0.10 | 0.24 | 162.86 | 0.36 | 0.62 |
| Hex | 7B | C1 | AD | 24 | 0 | A | 18 | A3 | 24 | 3E |
| Octal | 173 | 301 | 255 | 44 | 0 | 12 | 30 | 243 | 44 | 76 |
| Binary | 1111011 | 11000001 | 10101101 | 100100 | 0 | 1010 | 11000 | 10100011 | 100100 | 111110 |
Color Harmonies of #7BC1AD
Complementary color
Monochromatic Colors of #7BC1AD
Black with #7BC1AD
Text Example
Text Example
White with #7BC1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC1AD; }
p { color: rgb(123,193,173); }
H1.HeaderClassName
{
color: #7BC1AD;
}
.AnyTagClassName
{
color: #7BC1AD;
}
</style>
background-color css
<style>
a { background-color: #7BC1AD; }
a { background-color: rgb(123,193,173); }
div.DivClassName
{
background-color: #7BC1AD;
}
.BgClassName
{
background-color: #7BC1AD;
}
</style>
border-color css
<style>
span { border-color: #7BC1AD; }
span { border-color: rgb(123,193,173); }
td.TdClassName
{
border-color: #7BC1AD;
}
.TagClassName
{
border-color: #7BC1AD;
}
</style>