Shades of Monte Carlo #78BEBB
Tints of Monte Carlo #78BEBB
RGB
CMYK
RGB Variations
Color information
#78BEBB (or 0x78BEBB) is known color: Monte Carlo. HEX triplet: 78, BE and BB. RGB value is (120,190,187). Sum of RGB (Red+Green+Blue) = 120+190+187=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 190 - color contains mainly: green. Hex color #78BEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BEBB is #874144. Grayscale: #A8A8A8. Windows color (decimal): -8864069 or 12303992. OLE color: 12303992.
HSL color Cylindrical-coordinate representation of color #78BEBB: hue angle of 177.43º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78BEBB is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 190 | 187 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.25 |
| HSL | 177.43º | 0.35% | 0.61% | - |
| HSV(B) | 177.43º | 0.37% | 0.75% | - |
| XYZ | 35.13 | 44.41 | 53.73 | - |
| YUV | 168.73 | 138.31 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 190 | 187 | 0.37 | 0 | 0.02 | 0.25 | 177.43 | 0.35 | 0.61 |
| Hex | 78 | BE | BB | 25 | 0 | 2 | 19 | B1 | 23 | 3D |
| Octal | 170 | 276 | 273 | 45 | 0 | 2 | 31 | 261 | 43 | 75 |
| Binary | 1111000 | 10111110 | 10111011 | 100101 | 0 | 10 | 11001 | 10110001 | 100011 | 111101 |
Color Harmonies of #78BEBB
Complementary color
Monochromatic Colors of #78BEBB
Black with #78BEBB
Text Example
Text Example
White with #78BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BEBB; }
p { color: rgb(120,190,187); }
H1.HeaderClassName
{
color: #78BEBB;
}
.AnyTagClassName
{
color: #78BEBB;
}
</style>
background-color css
<style>
a { background-color: #78BEBB; }
a { background-color: rgb(120,190,187); }
div.DivClassName
{
background-color: #78BEBB;
}
.BgClassName
{
background-color: #78BEBB;
}
</style>
border-color css
<style>
span { border-color: #78BEBB; }
span { border-color: rgb(120,190,187); }
td.TdClassName
{
border-color: #78BEBB;
}
.TagClassName
{
border-color: #78BEBB;
}
</style>