Shades of Monte Carlo #7BBCB4
Tints of Monte Carlo #7BBCB4
RGB
CMYK
RGB Variations
Color information
#7BBCB4 (or 0x7BBCB4) is known color: Monte Carlo. HEX triplet: 7B, BC and B4. RGB value is (123,188,180). Sum of RGB (Red+Green+Blue) = 123+188+180=491 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25.05% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBCB4 is #84434B. Grayscale: #A7A7A7. Windows color (decimal): -8667980 or 11844731. OLE color: 11844731.
HSL color Cylindrical-coordinate representation of color #7BBCB4: hue angle of 172.62º 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 #7BBCB4 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 180 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.26 |
| HSL | 172.62º | 0.33% | 0.61% | - |
| HSV(B) | 172.62º | 0.35% | 0.74% | - |
| XYZ | 34.39 | 43.47 | 49.76 | - |
| YUV | 167.65 | 134.97 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 180 | 0.35 | 0 | 0.04 | 0.26 | 172.62 | 0.33 | 0.61 |
| Hex | 7B | BC | B4 | 23 | 0 | 4 | 1A | AD | 21 | 3D |
| Octal | 173 | 274 | 264 | 43 | 0 | 4 | 32 | 255 | 41 | 75 |
| Binary | 1111011 | 10111100 | 10110100 | 100011 | 0 | 100 | 11010 | 10101101 | 100001 | 111101 |
Color Harmonies of #7BBCB4
Complementary color
Monochromatic Colors of #7BBCB4
Black with #7BBCB4
Text Example
Text Example
White with #7BBCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBCB4; }
p { color: rgb(123,188,180); }
H1.HeaderClassName
{
color: #7BBCB4;
}
.AnyTagClassName
{
color: #7BBCB4;
}
</style>
background-color css
<style>
a { background-color: #7BBCB4; }
a { background-color: rgb(123,188,180); }
div.DivClassName
{
background-color: #7BBCB4;
}
.BgClassName
{
background-color: #7BBCB4;
}
</style>
border-color css
<style>
span { border-color: #7BBCB4; }
span { border-color: rgb(123,188,180); }
td.TdClassName
{
border-color: #7BBCB4;
}
.TagClassName
{
border-color: #7BBCB4;
}
</style>