Shades of Monte Carlo #78BAB8
Tints of Monte Carlo #78BAB8
RGB
CMYK
RGB Variations
Color information
#78BAB8 (or 0x78BAB8) is known color: Monte Carlo. HEX triplet: 78, BA and B8. RGB value is (120,186,184). Sum of RGB (Red+Green+Blue) = 120+186+184=490 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.49% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #78BAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BAB8 is #874547. Grayscale: #A5A5A5. Windows color (decimal): -8865096 or 12106360. OLE color: 12106360.
HSL color Cylindrical-coordinate representation of color #78BAB8: hue angle of 178.18º 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 #78BAB8 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 184 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.27 |
| HSL | 178.18º | 0.32% | 0.6% | - |
| HSV(B) | 178.18º | 0.35% | 0.73% | - |
| XYZ | 33.96 | 42.57 | 51.77 | - |
| YUV | 166.04 | 138.13 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 184 | 0.35 | 0 | 0.01 | 0.27 | 178.18 | 0.32 | 0.6 |
| Hex | 78 | BA | B8 | 23 | 0 | 1 | 1B | B2 | 20 | 3C |
| Octal | 170 | 272 | 270 | 43 | 0 | 1 | 33 | 262 | 40 | 74 |
| Binary | 1111000 | 10111010 | 10111000 | 100011 | 0 | 1 | 11011 | 10110010 | 100000 | 111100 |
Color Harmonies of #78BAB8
Complementary color
Monochromatic Colors of #78BAB8
Black with #78BAB8
Text Example
Text Example
White with #78BAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BAB8; }
p { color: rgb(120,186,184); }
H1.HeaderClassName
{
color: #78BAB8;
}
.AnyTagClassName
{
color: #78BAB8;
}
</style>
background-color css
<style>
a { background-color: #78BAB8; }
a { background-color: rgb(120,186,184); }
div.DivClassName
{
background-color: #78BAB8;
}
.BgClassName
{
background-color: #78BAB8;
}
</style>
border-color css
<style>
span { border-color: #78BAB8; }
span { border-color: rgb(120,186,184); }
td.TdClassName
{
border-color: #78BAB8;
}
.TagClassName
{
border-color: #78BAB8;
}
</style>