Shades of Monte Carlo #78C0B4
Tints of Monte Carlo #78C0B4
RGB
CMYK
RGB Variations
Color information
#78C0B4 (or 0x78C0B4) is known color: Monte Carlo. HEX triplet: 78, C0 and B4. RGB value is (120,192,180). Sum of RGB (Red+Green+Blue) = 120+192+180=492 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.39% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #78C0B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C0B4 is #873F4B. Grayscale: #A9A9A9. Windows color (decimal): -8863564 or 11845752. OLE color: 11845752.
HSL color Cylindrical-coordinate representation of color #78C0B4: hue angle of 170º 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 #78C0B4 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 180 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.25 |
| HSL | 170º | 0.36% | 0.61% | - |
| HSV(B) | 170º | 0.38% | 0.75% | - |
| XYZ | 34.83 | 44.99 | 50.03 | - |
| YUV | 169.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 180 | 0.38 | 0 | 0.06 | 0.25 | 170 | 0.36 | 0.61 |
| Hex | 78 | C0 | B4 | 26 | 0 | 6 | 19 | AA | 24 | 3D |
| Octal | 170 | 300 | 264 | 46 | 0 | 6 | 31 | 252 | 44 | 75 |
| Binary | 1111000 | 11000000 | 10110100 | 100110 | 0 | 110 | 11001 | 10101010 | 100100 | 111101 |
Color Harmonies of #78C0B4
Complementary color
Monochromatic Colors of #78C0B4
Black with #78C0B4
Text Example
Text Example
White with #78C0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C0B4; }
p { color: rgb(120,192,180); }
H1.HeaderClassName
{
color: #78C0B4;
}
.AnyTagClassName
{
color: #78C0B4;
}
</style>
background-color css
<style>
a { background-color: #78C0B4; }
a { background-color: rgb(120,192,180); }
div.DivClassName
{
background-color: #78C0B4;
}
.BgClassName
{
background-color: #78C0B4;
}
</style>
border-color css
<style>
span { border-color: #78C0B4; }
span { border-color: rgb(120,192,180); }
td.TdClassName
{
border-color: #78C0B4;
}
.TagClassName
{
border-color: #78C0B4;
}
</style>