Shades of Monte Carlo #7BCCB4
Tints of Monte Carlo #7BCCB4
RGB
CMYK
RGB Variations
Color information
#7BCCB4 (or 0x7BCCB4) is known color: Monte Carlo. HEX triplet: 7B, CC and B4. RGB value is (123,204,180). Sum of RGB (Red+Green+Blue) = 123+204+180=507 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.26% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCCB4 is #84334B. Grayscale: #B1B1B1. Windows color (decimal): -8663884 or 11848827. OLE color: 11848827.
HSL color Cylindrical-coordinate representation of color #7BCCB4: hue angle of 162.22º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCCB4 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 204 | 180 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.2 |
| HSL | 162.22º | 0.44% | 0.64% | - |
| HSV(B) | 162.22º | 0.4% | 0.8% | - |
| XYZ | 38 | 50.69 | 50.96 | - |
| YUV | 177.05 | 129.66 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 180 | 0.40 | 0 | 0.12 | 0.2 | 162.22 | 0.44 | 0.64 |
| Hex | 7B | CC | B4 | 28 | 0 | C | 14 | A2 | 2C | 40 |
| Octal | 173 | 314 | 264 | 50 | 0 | 14 | 24 | 242 | 54 | 100 |
| Binary | 1111011 | 11001100 | 10110100 | 101000 | 0 | 1100 | 10100 | 10100010 | 101100 | 1000000 |
Color Harmonies of #7BCCB4
Complementary color
Monochromatic Colors of #7BCCB4
Black with #7BCCB4
Text Example
Text Example
White with #7BCCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCCB4; }
p { color: rgb(123,204,180); }
H1.HeaderClassName
{
color: #7BCCB4;
}
.AnyTagClassName
{
color: #7BCCB4;
}
</style>
background-color css
<style>
a { background-color: #7BCCB4; }
a { background-color: rgb(123,204,180); }
div.DivClassName
{
background-color: #7BCCB4;
}
.BgClassName
{
background-color: #7BCCB4;
}
</style>
border-color css
<style>
span { border-color: #7BCCB4; }
span { border-color: rgb(123,204,180); }
td.TdClassName
{
border-color: #7BCCB4;
}
.TagClassName
{
border-color: #7BCCB4;
}
</style>