Shades of Monte Carlo #78C5A8
Tints of Monte Carlo #78C5A8
RGB
CMYK
RGB Variations
Color information
#78C5A8 (or 0x78C5A8) is known color: Monte Carlo. HEX triplet: 78, C5 and A8. RGB value is (120,197,168). Sum of RGB (Red+Green+Blue) = 120+197+168=485 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.74% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 197 - color contains mainly: green. Hex color #78C5A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C5A8 is #873A57. Grayscale: #AAAAAA. Windows color (decimal): -8862296 or 11060600. OLE color: 11060600.
HSL color Cylindrical-coordinate representation of color #78C5A8: hue angle of 157.4º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78C5A8 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 197 | 168 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.23 |
| HSL | 157.4º | 0.4% | 0.62% | - |
| HSV(B) | 157.4º | 0.39% | 0.77% | - |
| XYZ | 34.78 | 46.75 | 44.24 | - |
| YUV | 170.67 | 126.49 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 197 | 168 | 0.39 | 0 | 0.15 | 0.23 | 157.4 | 0.4 | 0.62 |
| Hex | 78 | C5 | A8 | 27 | 0 | F | 17 | 9D | 28 | 3E |
| Octal | 170 | 305 | 250 | 47 | 0 | 17 | 27 | 235 | 50 | 76 |
| Binary | 1111000 | 11000101 | 10101000 | 100111 | 0 | 1111 | 10111 | 10011101 | 101000 | 111110 |
Color Harmonies of #78C5A8
Complementary color
Monochromatic Colors of #78C5A8
Black with #78C5A8
Text Example
Text Example
White with #78C5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C5A8; }
p { color: rgb(120,197,168); }
H1.HeaderClassName
{
color: #78C5A8;
}
.AnyTagClassName
{
color: #78C5A8;
}
</style>
background-color css
<style>
a { background-color: #78C5A8; }
a { background-color: rgb(120,197,168); }
div.DivClassName
{
background-color: #78C5A8;
}
.BgClassName
{
background-color: #78C5A8;
}
</style>
border-color css
<style>
span { border-color: #78C5A8; }
span { border-color: rgb(120,197,168); }
td.TdClassName
{
border-color: #78C5A8;
}
.TagClassName
{
border-color: #78C5A8;
}
</style>