Shades of Monte Carlo #78BCB5
Tints of Monte Carlo #78BCB5
RGB
CMYK
RGB Variations
Color information
#78BCB5 (or 0x78BCB5) is known color: Monte Carlo. HEX triplet: 78, BC and B5. RGB value is (120,188,181). Sum of RGB (Red+Green+Blue) = 120+188+181=489 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.54% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 181 (71.09% from 255 or 37.01% from 489); Max value from RGB is 188 - color contains mainly: green. Hex color #78BCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BCB5 is #87434A. Grayscale: #A6A6A6. Windows color (decimal): -8864587 or 11910264. OLE color: 11910264.
HSL color Cylindrical-coordinate representation of color #78BCB5: hue angle of 173.82º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BCB5 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 188 | 181 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.26 |
| HSL | 173.82º | 0.34% | 0.6% | - |
| HSV(B) | 173.82º | 0.36% | 0.74% | - |
| XYZ | 34.07 | 43.3 | 50.28 | - |
| YUV | 166.87 | 135.97 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 181 | 0.36 | 0 | 0.04 | 0.26 | 173.82 | 0.34 | 0.6 |
| Hex | 78 | BC | B5 | 24 | 0 | 4 | 1A | AE | 22 | 3C |
| Octal | 170 | 274 | 265 | 44 | 0 | 4 | 32 | 256 | 42 | 74 |
| Binary | 1111000 | 10111100 | 10110101 | 100100 | 0 | 100 | 11010 | 10101110 | 100010 | 111100 |
Color Harmonies of #78BCB5
Complementary color
Monochromatic Colors of #78BCB5
Black with #78BCB5
Text Example
Text Example
White with #78BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BCB5; }
p { color: rgb(120,188,181); }
H1.HeaderClassName
{
color: #78BCB5;
}
.AnyTagClassName
{
color: #78BCB5;
}
</style>
background-color css
<style>
a { background-color: #78BCB5; }
a { background-color: rgb(120,188,181); }
div.DivClassName
{
background-color: #78BCB5;
}
.BgClassName
{
background-color: #78BCB5;
}
</style>
border-color css
<style>
span { border-color: #78BCB5; }
span { border-color: rgb(120,188,181); }
td.TdClassName
{
border-color: #78BCB5;
}
.TagClassName
{
border-color: #78BCB5;
}
</style>