Shades of Monte Carlo #78C2B9
Tints of Monte Carlo #78C2B9
RGB
CMYK
RGB Variations
Color information
#78C2B9 (or 0x78C2B9) is known color: Monte Carlo. HEX triplet: 78, C2 and B9. RGB value is (120,194,185). Sum of RGB (Red+Green+Blue) = 120+194+185=499 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24.05% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #78C2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C2B9 is #873D46. Grayscale: #AAAAAA. Windows color (decimal): -8863047 or 12173944. OLE color: 12173944.
HSL color Cylindrical-coordinate representation of color #78C2B9: hue angle of 172.7º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C2B9 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 194 | 185 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.24 |
| HSL | 172.7º | 0.38% | 0.62% | - |
| HSV(B) | 172.7º | 0.38% | 0.76% | - |
| XYZ | 35.79 | 46.08 | 52.91 | - |
| YUV | 170.85 | 135.98 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 185 | 0.38 | 0 | 0.05 | 0.24 | 172.7 | 0.38 | 0.62 |
| Hex | 78 | C2 | B9 | 26 | 0 | 5 | 18 | AD | 26 | 3E |
| Octal | 170 | 302 | 271 | 46 | 0 | 5 | 30 | 255 | 46 | 76 |
| Binary | 1111000 | 11000010 | 10111001 | 100110 | 0 | 101 | 11000 | 10101101 | 100110 | 111110 |
Color Harmonies of #78C2B9
Complementary color
Monochromatic Colors of #78C2B9
Black with #78C2B9
Text Example
Text Example
White with #78C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C2B9; }
p { color: rgb(120,194,185); }
H1.HeaderClassName
{
color: #78C2B9;
}
.AnyTagClassName
{
color: #78C2B9;
}
</style>
background-color css
<style>
a { background-color: #78C2B9; }
a { background-color: rgb(120,194,185); }
div.DivClassName
{
background-color: #78C2B9;
}
.BgClassName
{
background-color: #78C2B9;
}
</style>
border-color css
<style>
span { border-color: #78C2B9; }
span { border-color: rgb(120,194,185); }
td.TdClassName
{
border-color: #78C2B9;
}
.TagClassName
{
border-color: #78C2B9;
}
</style>