Shades of Monte Carlo #7BC1BB
Tints of Monte Carlo #7BC1BB
RGB
CMYK
RGB Variations
Color information
#7BC1BB (or 0x7BC1BB) is known color: Monte Carlo. HEX triplet: 7B, C1 and BB. RGB value is (123,193,187). Sum of RGB (Red+Green+Blue) = 123+193+187=503 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.45% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 193 - color contains mainly: green. Hex color #7BC1BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC1BB is #843E44. Grayscale: #ABABAB. Windows color (decimal): -8666693 or 12304763. OLE color: 12304763.
HSL color Cylindrical-coordinate representation of color #7BC1BB: hue angle of 174.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 #7BC1BB is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 193 | 187 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.24 |
| HSL | 174.86º | 0.36% | 0.62% | - |
| HSV(B) | 174.86º | 0.36% | 0.76% | - |
| XYZ | 36.21 | 45.94 | 53.97 | - |
| YUV | 171.39 | 136.81 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 193 | 187 | 0.36 | 0 | 0.03 | 0.24 | 174.86 | 0.36 | 0.62 |
| Hex | 7B | C1 | BB | 24 | 0 | 3 | 18 | AF | 24 | 3E |
| Octal | 173 | 301 | 273 | 44 | 0 | 3 | 30 | 257 | 44 | 76 |
| Binary | 1111011 | 11000001 | 10111011 | 100100 | 0 | 11 | 11000 | 10101111 | 100100 | 111110 |
Color Harmonies of #7BC1BB
Complementary color
Monochromatic Colors of #7BC1BB
Black with #7BC1BB
Text Example
Text Example
White with #7BC1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC1BB; }
p { color: rgb(123,193,187); }
H1.HeaderClassName
{
color: #7BC1BB;
}
.AnyTagClassName
{
color: #7BC1BB;
}
</style>
background-color css
<style>
a { background-color: #7BC1BB; }
a { background-color: rgb(123,193,187); }
div.DivClassName
{
background-color: #7BC1BB;
}
.BgClassName
{
background-color: #7BC1BB;
}
</style>
border-color css
<style>
span { border-color: #7BC1BB; }
span { border-color: rgb(123,193,187); }
td.TdClassName
{
border-color: #7BC1BB;
}
.TagClassName
{
border-color: #7BC1BB;
}
</style>