Shades of Monte Carlo #7CBAB2
Tints of Monte Carlo #7CBAB2
RGB
CMYK
RGB Variations
Color information
#7CBAB2 (or 0x7CBAB2) is known color: Monte Carlo. HEX triplet: 7C, BA and B2. RGB value is (124,186,178). Sum of RGB (Red+Green+Blue) = 124+186+178=488 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.41% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBAB2 is #83454D. Grayscale: #A6A6A6. Windows color (decimal): -8602958 or 11713148. OLE color: 11713148.
HSL color Cylindrical-coordinate representation of color #7CBAB2: hue angle of 172.26º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CBAB2 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 178 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.27 |
| HSL | 172.26º | 0.31% | 0.61% | - |
| HSV(B) | 172.26º | 0.33% | 0.73% | - |
| XYZ | 33.91 | 42.62 | 48.56 | - |
| YUV | 166.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 178 | 0.33 | 0 | 0.04 | 0.27 | 172.26 | 0.31 | 0.61 |
| Hex | 7C | BA | B2 | 21 | 0 | 4 | 1B | AC | 1F | 3D |
| Octal | 174 | 272 | 262 | 41 | 0 | 4 | 33 | 254 | 37 | 75 |
| Binary | 1111100 | 10111010 | 10110010 | 100001 | 0 | 100 | 11011 | 10101100 | 11111 | 111101 |
Color Harmonies of #7CBAB2
Complementary color
Monochromatic Colors of #7CBAB2
Black with #7CBAB2
Text Example
Text Example
White with #7CBAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBAB2; }
p { color: rgb(124,186,178); }
H1.HeaderClassName
{
color: #7CBAB2;
}
.AnyTagClassName
{
color: #7CBAB2;
}
</style>
background-color css
<style>
a { background-color: #7CBAB2; }
a { background-color: rgb(124,186,178); }
div.DivClassName
{
background-color: #7CBAB2;
}
.BgClassName
{
background-color: #7CBAB2;
}
</style>
border-color css
<style>
span { border-color: #7CBAB2; }
span { border-color: rgb(124,186,178); }
td.TdClassName
{
border-color: #7CBAB2;
}
.TagClassName
{
border-color: #7CBAB2;
}
</style>