Shades of Monte Carlo #7BBEB1
Tints of Monte Carlo #7BBEB1
RGB
CMYK
RGB Variations
Color information
#7BBEB1 (or 0x7BBEB1) is known color: Monte Carlo. HEX triplet: 7B, BE and B1. RGB value is (123,190,177). Sum of RGB (Red+Green+Blue) = 123+190+177=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBEB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBEB1 is #84414E. Grayscale: #A8A8A8. Windows color (decimal): -8667471 or 11648635. OLE color: 11648635.
HSL color Cylindrical-coordinate representation of color #7BBEB1: hue angle of 168.36º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBEB1 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 177 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.25 |
| HSL | 168.36º | 0.34% | 0.61% | - |
| HSV(B) | 168.36º | 0.35% | 0.75% | - |
| XYZ | 34.52 | 44.21 | 48.31 | - |
| YUV | 168.49 | 132.8 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 177 | 0.35 | 0 | 0.07 | 0.25 | 168.36 | 0.34 | 0.61 |
| Hex | 7B | BE | B1 | 23 | 0 | 7 | 19 | A8 | 22 | 3D |
| Octal | 173 | 276 | 261 | 43 | 0 | 7 | 31 | 250 | 42 | 75 |
| Binary | 1111011 | 10111110 | 10110001 | 100011 | 0 | 111 | 11001 | 10101000 | 100010 | 111101 |
Color Harmonies of #7BBEB1
Complementary color
Monochromatic Colors of #7BBEB1
Black with #7BBEB1
Text Example
Text Example
White with #7BBEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBEB1; }
p { color: rgb(123,190,177); }
H1.HeaderClassName
{
color: #7BBEB1;
}
.AnyTagClassName
{
color: #7BBEB1;
}
</style>
background-color css
<style>
a { background-color: #7BBEB1; }
a { background-color: rgb(123,190,177); }
div.DivClassName
{
background-color: #7BBEB1;
}
.BgClassName
{
background-color: #7BBEB1;
}
</style>
border-color css
<style>
span { border-color: #7BBEB1; }
span { border-color: rgb(123,190,177); }
td.TdClassName
{
border-color: #7BBEB1;
}
.TagClassName
{
border-color: #7BBEB1;
}
</style>