Shades of Monte Carlo #7BC2BD
Tints of Monte Carlo #7BC2BD
RGB
CMYK
RGB Variations
Color information
#7BC2BD (or 0x7BC2BD) is known color: Monte Carlo. HEX triplet: 7B, C2 and BD. RGB value is (123,194,189). Sum of RGB (Red+Green+Blue) = 123+194+189=506 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.31% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC2BD is #843D42. Grayscale: #ACACAC. Windows color (decimal): -8666435 or 12436091. OLE color: 12436091.
HSL color Cylindrical-coordinate representation of color #7BC2BD: hue angle of 175.77º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC2BD is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 194 | 189 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.24 |
| HSL | 175.77º | 0.37% | 0.62% | - |
| HSV(B) | 175.77º | 0.37% | 0.76% | - |
| XYZ | 36.65 | 46.47 | 55.18 | - |
| YUV | 172.2 | 137.48 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 194 | 189 | 0.37 | 0 | 0.03 | 0.24 | 175.77 | 0.37 | 0.62 |
| Hex | 7B | C2 | BD | 25 | 0 | 3 | 18 | B0 | 25 | 3E |
| Octal | 173 | 302 | 275 | 45 | 0 | 3 | 30 | 260 | 45 | 76 |
| Binary | 1111011 | 11000010 | 10111101 | 100101 | 0 | 11 | 11000 | 10110000 | 100101 | 111110 |
Color Harmonies of #7BC2BD
Complementary color
Monochromatic Colors of #7BC2BD
Black with #7BC2BD
Text Example
Text Example
White with #7BC2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC2BD; }
p { color: rgb(123,194,189); }
H1.HeaderClassName
{
color: #7BC2BD;
}
.AnyTagClassName
{
color: #7BC2BD;
}
</style>
background-color css
<style>
a { background-color: #7BC2BD; }
a { background-color: rgb(123,194,189); }
div.DivClassName
{
background-color: #7BC2BD;
}
.BgClassName
{
background-color: #7BC2BD;
}
</style>
border-color css
<style>
span { border-color: #7BC2BD; }
span { border-color: rgb(123,194,189); }
td.TdClassName
{
border-color: #7BC2BD;
}
.TagClassName
{
border-color: #7BC2BD;
}
</style>