Shades of Monte Carlo #78C0B1
Tints of Monte Carlo #78C0B1
RGB
CMYK
RGB Variations
Color information
#78C0B1 (or 0x78C0B1) is known color: Monte Carlo. HEX triplet: 78, C0 and B1. RGB value is (120,192,177). Sum of RGB (Red+Green+Blue) = 120+192+177=489 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.54% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #78C0B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C0B1 is #873F4E. Grayscale: #A8A8A8. Windows color (decimal): -8863567 or 11649144. OLE color: 11649144.
HSL color Cylindrical-coordinate representation of color #78C0B1: hue angle of 167.5º 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 #78C0B1 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 177 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.25 |
| HSL | 167.5º | 0.36% | 0.61% | - |
| HSV(B) | 167.5º | 0.38% | 0.75% | - |
| XYZ | 34.53 | 44.87 | 48.44 | - |
| YUV | 168.76 | 132.65 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 177 | 0.38 | 0 | 0.08 | 0.25 | 167.5 | 0.36 | 0.61 |
| Hex | 78 | C0 | B1 | 26 | 0 | 8 | 19 | A8 | 24 | 3D |
| Octal | 170 | 300 | 261 | 46 | 0 | 10 | 31 | 250 | 44 | 75 |
| Binary | 1111000 | 11000000 | 10110001 | 100110 | 0 | 1000 | 11001 | 10101000 | 100100 | 111101 |
Color Harmonies of #78C0B1
Complementary color
Monochromatic Colors of #78C0B1
Black with #78C0B1
Text Example
Text Example
White with #78C0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C0B1; }
p { color: rgb(120,192,177); }
H1.HeaderClassName
{
color: #78C0B1;
}
.AnyTagClassName
{
color: #78C0B1;
}
</style>
background-color css
<style>
a { background-color: #78C0B1; }
a { background-color: rgb(120,192,177); }
div.DivClassName
{
background-color: #78C0B1;
}
.BgClassName
{
background-color: #78C0B1;
}
</style>
border-color css
<style>
span { border-color: #78C0B1; }
span { border-color: rgb(120,192,177); }
td.TdClassName
{
border-color: #78C0B1;
}
.TagClassName
{
border-color: #78C0B1;
}
</style>