Shades of Monte Carlo #7BC3C1
Tints of Monte Carlo #7BC3C1
RGB
CMYK
RGB Variations
Color information
#7BC3C1 (or 0x7BC3C1) is known color: Monte Carlo. HEX triplet: 7B, C3 and C1. RGB value is (123,195,193). Sum of RGB (Red+Green+Blue) = 123+195+193=511 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.07% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC3C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC3C1 is #843C3E. Grayscale: #ADADAD. Windows color (decimal): -8666175 or 12698491. OLE color: 12698491.
HSL color Cylindrical-coordinate representation of color #7BC3C1: hue angle of 178.33º 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 #7BC3C1 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 195 | 193 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.24 |
| HSL | 178.33º | 0.38% | 0.62% | - |
| HSV(B) | 178.33º | 0.37% | 0.76% | - |
| XYZ | 37.31 | 47.09 | 57.58 | - |
| YUV | 173.24 | 139.15 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 195 | 193 | 0.37 | 0 | 0.01 | 0.24 | 178.33 | 0.38 | 0.62 |
| Hex | 7B | C3 | C1 | 25 | 0 | 1 | 18 | B2 | 26 | 3E |
| Octal | 173 | 303 | 301 | 45 | 0 | 1 | 30 | 262 | 46 | 76 |
| Binary | 1111011 | 11000011 | 11000001 | 100101 | 0 | 1 | 11000 | 10110010 | 100110 | 111110 |
Color Harmonies of #7BC3C1
Complementary color
Monochromatic Colors of #7BC3C1
Black with #7BC3C1
Text Example
Text Example
White with #7BC3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC3C1; }
p { color: rgb(123,195,193); }
H1.HeaderClassName
{
color: #7BC3C1;
}
.AnyTagClassName
{
color: #7BC3C1;
}
</style>
background-color css
<style>
a { background-color: #7BC3C1; }
a { background-color: rgb(123,195,193); }
div.DivClassName
{
background-color: #7BC3C1;
}
.BgClassName
{
background-color: #7BC3C1;
}
</style>
border-color css
<style>
span { border-color: #7BC3C1; }
span { border-color: rgb(123,195,193); }
td.TdClassName
{
border-color: #7BC3C1;
}
.TagClassName
{
border-color: #7BC3C1;
}
</style>