Shades of Monte Carlo #78C1A6
Tints of Monte Carlo #78C1A6
RGB
CMYK
RGB Variations
Color information
#78C1A6 (or 0x78C1A6) is known color: Monte Carlo. HEX triplet: 78, C1 and A6. RGB value is (120,193,166). Sum of RGB (Red+Green+Blue) = 120+193+166=479 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.05% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #78C1A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C1A6 is #873E59. Grayscale: #A8A8A8. Windows color (decimal): -8863322 or 10928504. OLE color: 10928504.
HSL color Cylindrical-coordinate representation of color #78C1A6: hue angle of 157.81º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C1A6 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 193 | 166 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.24 |
| HSL | 157.81º | 0.37% | 0.61% | - |
| HSV(B) | 157.81º | 0.38% | 0.76% | - |
| XYZ | 33.7 | 44.89 | 42.96 | - |
| YUV | 168.1 | 126.82 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 193 | 166 | 0.38 | 0 | 0.14 | 0.24 | 157.81 | 0.37 | 0.61 |
| Hex | 78 | C1 | A6 | 26 | 0 | E | 18 | 9E | 25 | 3D |
| Octal | 170 | 301 | 246 | 46 | 0 | 16 | 30 | 236 | 45 | 75 |
| Binary | 1111000 | 11000001 | 10100110 | 100110 | 0 | 1110 | 11000 | 10011110 | 100101 | 111101 |
Color Harmonies of #78C1A6
Complementary color
Monochromatic Colors of #78C1A6
Black with #78C1A6
Text Example
Text Example
White with #78C1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C1A6; }
p { color: rgb(120,193,166); }
H1.HeaderClassName
{
color: #78C1A6;
}
.AnyTagClassName
{
color: #78C1A6;
}
</style>
background-color css
<style>
a { background-color: #78C1A6; }
a { background-color: rgb(120,193,166); }
div.DivClassName
{
background-color: #78C1A6;
}
.BgClassName
{
background-color: #78C1A6;
}
</style>
border-color css
<style>
span { border-color: #78C1A6; }
span { border-color: rgb(120,193,166); }
td.TdClassName
{
border-color: #78C1A6;
}
.TagClassName
{
border-color: #78C1A6;
}
</style>