Shades of Monte Carlo #78C5AE
Tints of Monte Carlo #78C5AE
RGB
CMYK
RGB Variations
Color information
#78C5AE (or 0x78C5AE) is known color: Monte Carlo. HEX triplet: 78, C5 and AE. RGB value is (120,197,174). Sum of RGB (Red+Green+Blue) = 120+197+174=491 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.44% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #78C5AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C5AE is #873A51. Grayscale: #ABABAB. Windows color (decimal): -8862290 or 11453816. OLE color: 11453816.
HSL color Cylindrical-coordinate representation of color #78C5AE: hue angle of 162.08º 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 #78C5AE is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 197 | 174 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.23 |
| HSL | 162.08º | 0.4% | 0.62% | - |
| HSV(B) | 162.08º | 0.39% | 0.77% | - |
| XYZ | 35.35 | 46.98 | 47.25 | - |
| YUV | 171.36 | 129.49 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 197 | 174 | 0.39 | 0 | 0.12 | 0.23 | 162.08 | 0.4 | 0.62 |
| Hex | 78 | C5 | AE | 27 | 0 | C | 17 | A2 | 28 | 3E |
| Octal | 170 | 305 | 256 | 47 | 0 | 14 | 27 | 242 | 50 | 76 |
| Binary | 1111000 | 11000101 | 10101110 | 100111 | 0 | 1100 | 10111 | 10100010 | 101000 | 111110 |
Color Harmonies of #78C5AE
Complementary color
Monochromatic Colors of #78C5AE
Black with #78C5AE
Text Example
Text Example
White with #78C5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C5AE; }
p { color: rgb(120,197,174); }
H1.HeaderClassName
{
color: #78C5AE;
}
.AnyTagClassName
{
color: #78C5AE;
}
</style>
background-color css
<style>
a { background-color: #78C5AE; }
a { background-color: rgb(120,197,174); }
div.DivClassName
{
background-color: #78C5AE;
}
.BgClassName
{
background-color: #78C5AE;
}
</style>
border-color css
<style>
span { border-color: #78C5AE; }
span { border-color: rgb(120,197,174); }
td.TdClassName
{
border-color: #78C5AE;
}
.TagClassName
{
border-color: #78C5AE;
}
</style>