Shades of Monte Carlo #78C5AC
Tints of Monte Carlo #78C5AC
RGB
CMYK
RGB Variations
Color information
#78C5AC (or 0x78C5AC) is known color: Monte Carlo. HEX triplet: 78, C5 and AC. RGB value is (120,197,172). Sum of RGB (Red+Green+Blue) = 120+197+172=489 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.54% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 197 - color contains mainly: green. Hex color #78C5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C5AC is #873A53. Grayscale: #ABABAB. Windows color (decimal): -8862292 or 11322744. OLE color: 11322744.
HSL color Cylindrical-coordinate representation of color #78C5AC: hue angle of 160.52º 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 #78C5AC is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 197 | 172 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.23 |
| HSL | 160.52º | 0.4% | 0.62% | - |
| HSV(B) | 160.52º | 0.39% | 0.77% | - |
| XYZ | 35.16 | 46.9 | 46.23 | - |
| YUV | 171.13 | 128.49 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 197 | 172 | 0.39 | 0 | 0.13 | 0.23 | 160.52 | 0.4 | 0.62 |
| Hex | 78 | C5 | AC | 27 | 0 | D | 17 | A1 | 28 | 3E |
| Octal | 170 | 305 | 254 | 47 | 0 | 15 | 27 | 241 | 50 | 76 |
| Binary | 1111000 | 11000101 | 10101100 | 100111 | 0 | 1101 | 10111 | 10100001 | 101000 | 111110 |
Color Harmonies of #78C5AC
Complementary color
Monochromatic Colors of #78C5AC
Black with #78C5AC
Text Example
Text Example
White with #78C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C5AC; }
p { color: rgb(120,197,172); }
H1.HeaderClassName
{
color: #78C5AC;
}
.AnyTagClassName
{
color: #78C5AC;
}
</style>
background-color css
<style>
a { background-color: #78C5AC; }
a { background-color: rgb(120,197,172); }
div.DivClassName
{
background-color: #78C5AC;
}
.BgClassName
{
background-color: #78C5AC;
}
</style>
border-color css
<style>
span { border-color: #78C5AC; }
span { border-color: rgb(120,197,172); }
td.TdClassName
{
border-color: #78C5AC;
}
.TagClassName
{
border-color: #78C5AC;
}
</style>