Shades of Monte Carlo #78C2B8
Tints of Monte Carlo #78C2B8
RGB
CMYK
RGB Variations
Color information
#78C2B8 (or 0x78C2B8) is known color: Monte Carlo. HEX triplet: 78, C2 and B8. RGB value is (120,194,184). Sum of RGB (Red+Green+Blue) = 120+194+184=498 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.10% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #78C2B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C2B8 is #873D47. Grayscale: #AAAAAA. Windows color (decimal): -8863048 or 12108408. OLE color: 12108408.
HSL color Cylindrical-coordinate representation of color #78C2B8: hue angle of 171.89º 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 #78C2B8 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 194 | 184 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.24 |
| HSL | 171.89º | 0.38% | 0.62% | - |
| HSV(B) | 171.89º | 0.38% | 0.76% | - |
| XYZ | 35.69 | 46.04 | 52.35 | - |
| YUV | 170.73 | 135.48 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 184 | 0.38 | 0 | 0.05 | 0.24 | 171.89 | 0.38 | 0.62 |
| Hex | 78 | C2 | B8 | 26 | 0 | 5 | 18 | AC | 26 | 3E |
| Octal | 170 | 302 | 270 | 46 | 0 | 5 | 30 | 254 | 46 | 76 |
| Binary | 1111000 | 11000010 | 10111000 | 100110 | 0 | 101 | 11000 | 10101100 | 100110 | 111110 |
Color Harmonies of #78C2B8
Complementary color
Monochromatic Colors of #78C2B8
Black with #78C2B8
Text Example
Text Example
White with #78C2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C2B8; }
p { color: rgb(120,194,184); }
H1.HeaderClassName
{
color: #78C2B8;
}
.AnyTagClassName
{
color: #78C2B8;
}
</style>
background-color css
<style>
a { background-color: #78C2B8; }
a { background-color: rgb(120,194,184); }
div.DivClassName
{
background-color: #78C2B8;
}
.BgClassName
{
background-color: #78C2B8;
}
</style>
border-color css
<style>
span { border-color: #78C2B8; }
span { border-color: rgb(120,194,184); }
td.TdClassName
{
border-color: #78C2B8;
}
.TagClassName
{
border-color: #78C2B8;
}
</style>