Shades of Monte Carlo #7BC3C2
Tints of Monte Carlo #7BC3C2
RGB
CMYK
RGB Variations
Color information
#7BC3C2 (or 0x7BC3C2) is known color: Monte Carlo. HEX triplet: 7B, C3 and C2. RGB value is (123,195,194). Sum of RGB (Red+Green+Blue) = 123+195+194=512 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.02% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC3C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC3C2 is #843C3D. Grayscale: #ADADAD. Windows color (decimal): -8666174 or 12764027. OLE color: 12764027.
HSL color Cylindrical-coordinate representation of color #7BC3C2: hue angle of 179.17º degrees, saturation: 0.38, 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 #7BC3C2 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 195 | 194 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.24 |
| HSL | 179.17º | 0.38% | 0.62% | - |
| HSV(B) | 179.17º | 0.37% | 0.76% | - |
| XYZ | 37.42 | 47.14 | 58.16 | - |
| YUV | 173.36 | 139.65 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 195 | 194 | 0.37 | 0 | 0.01 | 0.24 | 179.17 | 0.38 | 0.62 |
| Hex | 7B | C3 | C2 | 25 | 0 | 1 | 18 | B3 | 26 | 3E |
| Octal | 173 | 303 | 302 | 45 | 0 | 1 | 30 | 263 | 46 | 76 |
| Binary | 1111011 | 11000011 | 11000010 | 100101 | 0 | 1 | 11000 | 10110011 | 100110 | 111110 |
Color Harmonies of #7BC3C2
Complementary color
Monochromatic Colors of #7BC3C2
Black with #7BC3C2
Text Example
Text Example
White with #7BC3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC3C2; }
p { color: rgb(123,195,194); }
H1.HeaderClassName
{
color: #7BC3C2;
}
.AnyTagClassName
{
color: #7BC3C2;
}
</style>
background-color css
<style>
a { background-color: #7BC3C2; }
a { background-color: rgb(123,195,194); }
div.DivClassName
{
background-color: #7BC3C2;
}
.BgClassName
{
background-color: #7BC3C2;
}
</style>
border-color css
<style>
span { border-color: #7BC3C2; }
span { border-color: rgb(123,195,194); }
td.TdClassName
{
border-color: #7BC3C2;
}
.TagClassName
{
border-color: #7BC3C2;
}
</style>