Shades of Monte Carlo #7BBCB8
Tints of Monte Carlo #7BBCB8
RGB
CMYK
RGB Variations
Color information
#7BBCB8 (or 0x7BBCB8) is known color: Monte Carlo. HEX triplet: 7B, BC and B8. RGB value is (123,188,184). Sum of RGB (Red+Green+Blue) = 123+188+184=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBCB8 is #844347. Grayscale: #A8A8A8. Windows color (decimal): -8667976 or 12106875. OLE color: 12106875.
HSL color Cylindrical-coordinate representation of color #7BBCB8: hue angle of 176.31º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBCB8 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 184 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.26 |
| HSL | 176.31º | 0.33% | 0.61% | - |
| HSV(B) | 176.31º | 0.35% | 0.74% | - |
| XYZ | 34.8 | 43.64 | 51.94 | - |
| YUV | 168.11 | 136.97 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 184 | 0.35 | 0 | 0.02 | 0.26 | 176.31 | 0.33 | 0.61 |
| Hex | 7B | BC | B8 | 23 | 0 | 2 | 1A | B0 | 21 | 3D |
| Octal | 173 | 274 | 270 | 43 | 0 | 2 | 32 | 260 | 41 | 75 |
| Binary | 1111011 | 10111100 | 10111000 | 100011 | 0 | 10 | 11010 | 10110000 | 100001 | 111101 |
Color Harmonies of #7BBCB8
Complementary color
Monochromatic Colors of #7BBCB8
Black with #7BBCB8
Text Example
Text Example
White with #7BBCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBCB8; }
p { color: rgb(123,188,184); }
H1.HeaderClassName
{
color: #7BBCB8;
}
.AnyTagClassName
{
color: #7BBCB8;
}
</style>
background-color css
<style>
a { background-color: #7BBCB8; }
a { background-color: rgb(123,188,184); }
div.DivClassName
{
background-color: #7BBCB8;
}
.BgClassName
{
background-color: #7BBCB8;
}
</style>
border-color css
<style>
span { border-color: #7BBCB8; }
span { border-color: rgb(123,188,184); }
td.TdClassName
{
border-color: #7BBCB8;
}
.TagClassName
{
border-color: #7BBCB8;
}
</style>