Shades of Monte Carlo #78C0B5
Tints of Monte Carlo #78C0B5
RGB
CMYK
RGB Variations
Color information
#78C0B5 (or 0x78C0B5) is known color: Monte Carlo. HEX triplet: 78, C0 and B5. RGB value is (120,192,181). Sum of RGB (Red+Green+Blue) = 120+192+181=493 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.34% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #78C0B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C0B5 is #873F4A. Grayscale: #A9A9A9. Windows color (decimal): -8863563 or 11911288. OLE color: 11911288.
HSL color Cylindrical-coordinate representation of color #78C0B5: hue angle of 170.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C0B5 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 181 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.25 |
| HSL | 170.83º | 0.36% | 0.61% | - |
| HSV(B) | 170.83º | 0.38% | 0.75% | - |
| XYZ | 34.94 | 45.03 | 50.57 | - |
| YUV | 169.22 | 134.65 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 181 | 0.38 | 0 | 0.06 | 0.25 | 170.83 | 0.36 | 0.61 |
| Hex | 78 | C0 | B5 | 26 | 0 | 6 | 19 | AB | 24 | 3D |
| Octal | 170 | 300 | 265 | 46 | 0 | 6 | 31 | 253 | 44 | 75 |
| Binary | 1111000 | 11000000 | 10110101 | 100110 | 0 | 110 | 11001 | 10101011 | 100100 | 111101 |
Color Harmonies of #78C0B5
Complementary color
Monochromatic Colors of #78C0B5
Black with #78C0B5
Text Example
Text Example
White with #78C0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C0B5; }
p { color: rgb(120,192,181); }
H1.HeaderClassName
{
color: #78C0B5;
}
.AnyTagClassName
{
color: #78C0B5;
}
</style>
background-color css
<style>
a { background-color: #78C0B5; }
a { background-color: rgb(120,192,181); }
div.DivClassName
{
background-color: #78C0B5;
}
.BgClassName
{
background-color: #78C0B5;
}
</style>
border-color css
<style>
span { border-color: #78C0B5; }
span { border-color: rgb(120,192,181); }
td.TdClassName
{
border-color: #78C0B5;
}
.TagClassName
{
border-color: #78C0B5;
}
</style>