Shades of Monte Carlo #78C0AC
Tints of Monte Carlo #78C0AC
RGB
CMYK
RGB Variations
Color information
#78C0AC (or 0x78C0AC) is known color: Monte Carlo. HEX triplet: 78, C0 and AC. RGB value is (120,192,172). Sum of RGB (Red+Green+Blue) = 120+192+172=484 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.79% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #78C0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C0AC is #873F53. Grayscale: #A8A8A8. Windows color (decimal): -8863572 or 11321464. OLE color: 11321464.
HSL color Cylindrical-coordinate representation of color #78C0AC: hue angle of 163.33º 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 #78C0AC is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 172 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.25 |
| HSL | 163.33º | 0.36% | 0.61% | - |
| HSV(B) | 163.33º | 0.38% | 0.75% | - |
| XYZ | 34.04 | 44.67 | 45.86 | - |
| YUV | 168.19 | 130.15 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 172 | 0.38 | 0 | 0.10 | 0.25 | 163.33 | 0.36 | 0.61 |
| Hex | 78 | C0 | AC | 26 | 0 | A | 19 | A3 | 24 | 3D |
| Octal | 170 | 300 | 254 | 46 | 0 | 12 | 31 | 243 | 44 | 75 |
| Binary | 1111000 | 11000000 | 10101100 | 100110 | 0 | 1010 | 11001 | 10100011 | 100100 | 111101 |
Color Harmonies of #78C0AC
Complementary color
Monochromatic Colors of #78C0AC
Black with #78C0AC
Text Example
Text Example
White with #78C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C0AC; }
p { color: rgb(120,192,172); }
H1.HeaderClassName
{
color: #78C0AC;
}
.AnyTagClassName
{
color: #78C0AC;
}
</style>
background-color css
<style>
a { background-color: #78C0AC; }
a { background-color: rgb(120,192,172); }
div.DivClassName
{
background-color: #78C0AC;
}
.BgClassName
{
background-color: #78C0AC;
}
</style>
border-color css
<style>
span { border-color: #78C0AC; }
span { border-color: rgb(120,192,172); }
td.TdClassName
{
border-color: #78C0AC;
}
.TagClassName
{
border-color: #78C0AC;
}
</style>