Shades of Monte Carlo #78BAB5
Tints of Monte Carlo #78BAB5
RGB
CMYK
RGB Variations
Color information
#78BAB5 (or 0x78BAB5) is known color: Monte Carlo. HEX triplet: 78, BA and B5. RGB value is (120,186,181). Sum of RGB (Red+Green+Blue) = 120+186+181=487 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.64% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #78BAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BAB5 is #87454A. Grayscale: #A5A5A5. Windows color (decimal): -8865099 or 11909752. OLE color: 11909752.
HSL color Cylindrical-coordinate representation of color #78BAB5: hue angle of 175.45º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78BAB5 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 181 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.27 |
| HSL | 175.45º | 0.32% | 0.6% | - |
| HSV(B) | 175.45º | 0.35% | 0.73% | - |
| XYZ | 33.65 | 42.45 | 50.14 | - |
| YUV | 165.7 | 136.63 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 181 | 0.35 | 0 | 0.03 | 0.27 | 175.45 | 0.32 | 0.6 |
| Hex | 78 | BA | B5 | 23 | 0 | 3 | 1B | AF | 20 | 3C |
| Octal | 170 | 272 | 265 | 43 | 0 | 3 | 33 | 257 | 40 | 74 |
| Binary | 1111000 | 10111010 | 10110101 | 100011 | 0 | 11 | 11011 | 10101111 | 100000 | 111100 |
Color Harmonies of #78BAB5
Complementary color
Monochromatic Colors of #78BAB5
Black with #78BAB5
Text Example
Text Example
White with #78BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BAB5; }
p { color: rgb(120,186,181); }
H1.HeaderClassName
{
color: #78BAB5;
}
.AnyTagClassName
{
color: #78BAB5;
}
</style>
background-color css
<style>
a { background-color: #78BAB5; }
a { background-color: rgb(120,186,181); }
div.DivClassName
{
background-color: #78BAB5;
}
.BgClassName
{
background-color: #78BAB5;
}
</style>
border-color css
<style>
span { border-color: #78BAB5; }
span { border-color: rgb(120,186,181); }
td.TdClassName
{
border-color: #78BAB5;
}
.TagClassName
{
border-color: #78BAB5;
}
</style>