Shades of Monte Carlo #78C1A8
Tints of Monte Carlo #78C1A8
RGB
CMYK
RGB Variations
Color information
#78C1A8 (or 0x78C1A8) is known color: Monte Carlo. HEX triplet: 78, C1 and A8. RGB value is (120,193,168). Sum of RGB (Red+Green+Blue) = 120+193+168=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #78C1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C1A8 is #873E57. Grayscale: #A8A8A8. Windows color (decimal): -8863320 or 11059576. OLE color: 11059576.
HSL color Cylindrical-coordinate representation of color #78C1A8: hue angle of 159.45º 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 #78C1A8 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 193 | 168 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.24 |
| HSL | 159.45º | 0.37% | 0.61% | - |
| HSV(B) | 159.45º | 0.38% | 0.76% | - |
| XYZ | 33.88 | 44.96 | 43.94 | - |
| YUV | 168.32 | 127.82 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 193 | 168 | 0.38 | 0 | 0.13 | 0.24 | 159.45 | 0.37 | 0.61 |
| Hex | 78 | C1 | A8 | 26 | 0 | D | 18 | 9F | 25 | 3D |
| Octal | 170 | 301 | 250 | 46 | 0 | 15 | 30 | 237 | 45 | 75 |
| Binary | 1111000 | 11000001 | 10101000 | 100110 | 0 | 1101 | 11000 | 10011111 | 100101 | 111101 |
Color Harmonies of #78C1A8
Complementary color
Monochromatic Colors of #78C1A8
Black with #78C1A8
Text Example
Text Example
White with #78C1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C1A8; }
p { color: rgb(120,193,168); }
H1.HeaderClassName
{
color: #78C1A8;
}
.AnyTagClassName
{
color: #78C1A8;
}
</style>
background-color css
<style>
a { background-color: #78C1A8; }
a { background-color: rgb(120,193,168); }
div.DivClassName
{
background-color: #78C1A8;
}
.BgClassName
{
background-color: #78C1A8;
}
</style>
border-color css
<style>
span { border-color: #78C1A8; }
span { border-color: rgb(120,193,168); }
td.TdClassName
{
border-color: #78C1A8;
}
.TagClassName
{
border-color: #78C1A8;
}
</style>