Shades of Monte Carlo #78C6B9
Tints of Monte Carlo #78C6B9
RGB
CMYK
RGB Variations
Color information
#78C6B9 (or 0x78C6B9) is known color: Monte Carlo. HEX triplet: 78, C6 and B9. RGB value is (120,198,185). Sum of RGB (Red+Green+Blue) = 120+198+185=503 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.86% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #78C6B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C6B9 is #873946. Grayscale: #ADADAD. Windows color (decimal): -8862023 or 12174968. OLE color: 12174968.
HSL color Cylindrical-coordinate representation of color #78C6B9: hue angle of 170º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78C6B9 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 198 | 185 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.22 |
| HSL | 170º | 0.41% | 0.62% | - |
| HSV(B) | 170º | 0.39% | 0.78% | - |
| XYZ | 36.7 | 47.88 | 53.21 | - |
| YUV | 173.2 | 134.66 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 198 | 185 | 0.39 | 0 | 0.07 | 0.22 | 170 | 0.41 | 0.62 |
| Hex | 78 | C6 | B9 | 27 | 0 | 7 | 16 | AA | 29 | 3E |
| Octal | 170 | 306 | 271 | 47 | 0 | 7 | 26 | 252 | 51 | 76 |
| Binary | 1111000 | 11000110 | 10111001 | 100111 | 0 | 111 | 10110 | 10101010 | 101001 | 111110 |
Color Harmonies of #78C6B9
Complementary color
Monochromatic Colors of #78C6B9
Black with #78C6B9
Text Example
Text Example
White with #78C6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C6B9; }
p { color: rgb(120,198,185); }
H1.HeaderClassName
{
color: #78C6B9;
}
.AnyTagClassName
{
color: #78C6B9;
}
</style>
background-color css
<style>
a { background-color: #78C6B9; }
a { background-color: rgb(120,198,185); }
div.DivClassName
{
background-color: #78C6B9;
}
.BgClassName
{
background-color: #78C6B9;
}
</style>
border-color css
<style>
span { border-color: #78C6B9; }
span { border-color: rgb(120,198,185); }
td.TdClassName
{
border-color: #78C6B9;
}
.TagClassName
{
border-color: #78C6B9;
}
</style>