Shades of Monte Carlo #7BBAB4
Tints of Monte Carlo #7BBAB4
RGB
CMYK
RGB Variations
Color information
#7BBAB4 (or 0x7BBAB4) is known color: Monte Carlo. HEX triplet: 7B, BA and B4. RGB value is (123,186,180). Sum of RGB (Red+Green+Blue) = 123+186+180=489 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.15% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBAB4 is #84454B. Grayscale: #A6A6A6. Windows color (decimal): -8668492 or 11844219. OLE color: 11844219.
HSL color Cylindrical-coordinate representation of color #7BBAB4: hue angle of 174.29º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BBAB4 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 180 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.27 |
| HSL | 174.29º | 0.31% | 0.61% | - |
| HSV(B) | 174.29º | 0.34% | 0.73% | - |
| XYZ | 33.97 | 42.62 | 49.62 | - |
| YUV | 166.48 | 135.63 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 180 | 0.34 | 0 | 0.03 | 0.27 | 174.29 | 0.31 | 0.61 |
| Hex | 7B | BA | B4 | 22 | 0 | 3 | 1B | AE | 1F | 3D |
| Octal | 173 | 272 | 264 | 42 | 0 | 3 | 33 | 256 | 37 | 75 |
| Binary | 1111011 | 10111010 | 10110100 | 100010 | 0 | 11 | 11011 | 10101110 | 11111 | 111101 |
Color Harmonies of #7BBAB4
Complementary color
Monochromatic Colors of #7BBAB4
Black with #7BBAB4
Text Example
Text Example
White with #7BBAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBAB4; }
p { color: rgb(123,186,180); }
H1.HeaderClassName
{
color: #7BBAB4;
}
.AnyTagClassName
{
color: #7BBAB4;
}
</style>
background-color css
<style>
a { background-color: #7BBAB4; }
a { background-color: rgb(123,186,180); }
div.DivClassName
{
background-color: #7BBAB4;
}
.BgClassName
{
background-color: #7BBAB4;
}
</style>
border-color css
<style>
span { border-color: #7BBAB4; }
span { border-color: rgb(123,186,180); }
td.TdClassName
{
border-color: #7BBAB4;
}
.TagClassName
{
border-color: #7BBAB4;
}
</style>