Shades of Monte Carlo #7BCDB4
Tints of Monte Carlo #7BCDB4
RGB
CMYK
RGB Variations
Color information
#7BCDB4 (or 0x7BCDB4) is known color: Monte Carlo. HEX triplet: 7B, CD and B4. RGB value is (123,205,180). Sum of RGB (Red+Green+Blue) = 123+205+180=508 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.21% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCDB4 is #84324B. Grayscale: #B1B1B1. Windows color (decimal): -8663628 or 11849083. OLE color: 11849083.
HSL color Cylindrical-coordinate representation of color #7BCDB4: hue angle of 161.71º degrees, saturation: 0.45, 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 #7BCDB4 is Cyan = 0.4, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 205 | 180 | - |
| CMYK | 0.4 | 0 | 0.12 | 0.20 |
| HSL | 161.71º | 0.45% | 0.64% | - |
| HSV(B) | 161.71º | 0.4% | 0.8% | - |
| XYZ | 38.24 | 51.17 | 51.04 | - |
| YUV | 177.63 | 129.33 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 180 | 0.4 | 0 | 0.12 | 0.20 | 161.71 | 0.45 | 0.64 |
| Hex | 7B | CD | B4 | 28 | 0 | C | 14 | A2 | 2D | 40 |
| Octal | 173 | 315 | 264 | 50 | 0 | 14 | 24 | 242 | 55 | 100 |
| Binary | 1111011 | 11001101 | 10110100 | 101000 | 0 | 1100 | 10100 | 10100010 | 101101 | 1000000 |
Color Harmonies of #7BCDB4
Complementary color
Monochromatic Colors of #7BCDB4
Black with #7BCDB4
Text Example
Text Example
White with #7BCDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCDB4; }
p { color: rgb(123,205,180); }
H1.HeaderClassName
{
color: #7BCDB4;
}
.AnyTagClassName
{
color: #7BCDB4;
}
</style>
background-color css
<style>
a { background-color: #7BCDB4; }
a { background-color: rgb(123,205,180); }
div.DivClassName
{
background-color: #7BCDB4;
}
.BgClassName
{
background-color: #7BCDB4;
}
</style>
border-color css
<style>
span { border-color: #7BCDB4; }
span { border-color: rgb(123,205,180); }
td.TdClassName
{
border-color: #7BCDB4;
}
.TagClassName
{
border-color: #7BCDB4;
}
</style>