Shades of Monte Carlo #78C0AB
Tints of Monte Carlo #78C0AB
RGB
CMYK
RGB Variations
Color information
#78C0AB (or 0x78C0AB) is known color: Monte Carlo. HEX triplet: 78, C0 and AB. RGB value is (120,192,171). Sum of RGB (Red+Green+Blue) = 120+192+171=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #78C0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C0AB is #873F54. Grayscale: #A8A8A8. Windows color (decimal): -8863573 or 11255928. OLE color: 11255928.
HSL color Cylindrical-coordinate representation of color #78C0AB: hue angle of 162.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 #78C0AB is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 171 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.25 |
| HSL | 162.5º | 0.36% | 0.61% | - |
| HSV(B) | 162.5º | 0.38% | 0.75% | - |
| XYZ | 33.95 | 44.63 | 45.35 | - |
| YUV | 168.08 | 129.65 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 171 | 0.38 | 0 | 0.11 | 0.25 | 162.5 | 0.36 | 0.61 |
| Hex | 78 | C0 | AB | 26 | 0 | B | 19 | A2 | 24 | 3D |
| Octal | 170 | 300 | 253 | 46 | 0 | 13 | 31 | 242 | 44 | 75 |
| Binary | 1111000 | 11000000 | 10101011 | 100110 | 0 | 1011 | 11001 | 10100010 | 100100 | 111101 |
Color Harmonies of #78C0AB
Complementary color
Monochromatic Colors of #78C0AB
Black with #78C0AB
Text Example
Text Example
White with #78C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C0AB; }
p { color: rgb(120,192,171); }
H1.HeaderClassName
{
color: #78C0AB;
}
.AnyTagClassName
{
color: #78C0AB;
}
</style>
background-color css
<style>
a { background-color: #78C0AB; }
a { background-color: rgb(120,192,171); }
div.DivClassName
{
background-color: #78C0AB;
}
.BgClassName
{
background-color: #78C0AB;
}
</style>
border-color css
<style>
span { border-color: #78C0AB; }
span { border-color: rgb(120,192,171); }
td.TdClassName
{
border-color: #78C0AB;
}
.TagClassName
{
border-color: #78C0AB;
}
</style>