Shades of Monte Carlo #7BBEA8
Tints of Monte Carlo #7BBEA8
RGB
CMYK
RGB Variations
Color information
#7BBEA8 (or 0x7BBEA8) is known color: Monte Carlo. HEX triplet: 7B, BE and A8. RGB value is (123,190,168). Sum of RGB (Red+Green+Blue) = 123+190+168=481 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.57% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBEA8 is #844157. Grayscale: #A7A7A7. Windows color (decimal): -8667480 or 11058811. OLE color: 11058811.
HSL color Cylindrical-coordinate representation of color #7BBEA8: hue angle of 160.3º 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 #7BBEA8 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 168 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.25 |
| HSL | 160.3º | 0.34% | 0.61% | - |
| HSV(B) | 160.3º | 0.35% | 0.75% | - |
| XYZ | 33.65 | 43.87 | 43.74 | - |
| YUV | 167.46 | 128.3 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 168 | 0.35 | 0 | 0.12 | 0.25 | 160.3 | 0.34 | 0.61 |
| Hex | 7B | BE | A8 | 23 | 0 | C | 19 | A0 | 22 | 3D |
| Octal | 173 | 276 | 250 | 43 | 0 | 14 | 31 | 240 | 42 | 75 |
| Binary | 1111011 | 10111110 | 10101000 | 100011 | 0 | 1100 | 11001 | 10100000 | 100010 | 111101 |
Color Harmonies of #7BBEA8
Complementary color
Monochromatic Colors of #7BBEA8
Black with #7BBEA8
Text Example
Text Example
White with #7BBEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBEA8; }
p { color: rgb(123,190,168); }
H1.HeaderClassName
{
color: #7BBEA8;
}
.AnyTagClassName
{
color: #7BBEA8;
}
</style>
background-color css
<style>
a { background-color: #7BBEA8; }
a { background-color: rgb(123,190,168); }
div.DivClassName
{
background-color: #7BBEA8;
}
.BgClassName
{
background-color: #7BBEA8;
}
</style>
border-color css
<style>
span { border-color: #7BBEA8; }
span { border-color: rgb(123,190,168); }
td.TdClassName
{
border-color: #7BBEA8;
}
.TagClassName
{
border-color: #7BBEA8;
}
</style>