Shades of Monte Carlo #78BEB7
Tints of Monte Carlo #78BEB7
RGB
CMYK
RGB Variations
Color information
#78BEB7 (or 0x78BEB7) is known color: Monte Carlo. HEX triplet: 78, BE and B7. RGB value is (120,190,183). Sum of RGB (Red+Green+Blue) = 120+190+183=493 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.34% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 190 - color contains mainly: green. Hex color #78BEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BEB7 is #874148. Grayscale: #A8A8A8. Windows color (decimal): -8864073 or 12041848. OLE color: 12041848.
HSL color Cylindrical-coordinate representation of color #78BEB7: hue angle of 174º 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 #78BEB7 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 190 | 183 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.25 |
| HSL | 174º | 0.35% | 0.61% | - |
| HSV(B) | 174º | 0.37% | 0.75% | - |
| XYZ | 34.71 | 44.24 | 51.51 | - |
| YUV | 168.27 | 136.31 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 190 | 183 | 0.37 | 0 | 0.04 | 0.25 | 174 | 0.35 | 0.61 |
| Hex | 78 | BE | B7 | 25 | 0 | 4 | 19 | AE | 23 | 3D |
| Octal | 170 | 276 | 267 | 45 | 0 | 4 | 31 | 256 | 43 | 75 |
| Binary | 1111000 | 10111110 | 10110111 | 100101 | 0 | 100 | 11001 | 10101110 | 100011 | 111101 |
Color Harmonies of #78BEB7
Complementary color
Monochromatic Colors of #78BEB7
Black with #78BEB7
Text Example
Text Example
White with #78BEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BEB7; }
p { color: rgb(120,190,183); }
H1.HeaderClassName
{
color: #78BEB7;
}
.AnyTagClassName
{
color: #78BEB7;
}
</style>
background-color css
<style>
a { background-color: #78BEB7; }
a { background-color: rgb(120,190,183); }
div.DivClassName
{
background-color: #78BEB7;
}
.BgClassName
{
background-color: #78BEB7;
}
</style>
border-color css
<style>
span { border-color: #78BEB7; }
span { border-color: rgb(120,190,183); }
td.TdClassName
{
border-color: #78BEB7;
}
.TagClassName
{
border-color: #78BEB7;
}
</style>