Shades of Monte Carlo #78CBBA
Tints of Monte Carlo #78CBBA
RGB
CMYK
RGB Variations
Color information
#78CBBA (or 0x78CBBA) is known color: Monte Carlo. HEX triplet: 78, CB and BA. RGB value is (120,203,186). Sum of RGB (Red+Green+Blue) = 120+203+186=509 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.58% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #78CBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CBBA is #873445. Grayscale: #B0B0B0. Windows color (decimal): -8860742 or 12241784. OLE color: 12241784.
HSL color Cylindrical-coordinate representation of color #78CBBA: hue angle of 167.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CBBA is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 203 | 186 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.20 |
| HSL | 167.71º | 0.44% | 0.63% | - |
| HSV(B) | 167.71º | 0.41% | 0.8% | - |
| XYZ | 37.96 | 50.25 | 54.15 | - |
| YUV | 176.25 | 133.5 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 203 | 186 | 0.41 | 0 | 0.08 | 0.20 | 167.71 | 0.44 | 0.63 |
| Hex | 78 | CB | BA | 29 | 0 | 8 | 14 | A8 | 2C | 3F |
| Octal | 170 | 313 | 272 | 51 | 0 | 10 | 24 | 250 | 54 | 77 |
| Binary | 1111000 | 11001011 | 10111010 | 101001 | 0 | 1000 | 10100 | 10101000 | 101100 | 111111 |
Color Harmonies of #78CBBA
Complementary color
Monochromatic Colors of #78CBBA
Black with #78CBBA
Text Example
Text Example
White with #78CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CBBA; }
p { color: rgb(120,203,186); }
H1.HeaderClassName
{
color: #78CBBA;
}
.AnyTagClassName
{
color: #78CBBA;
}
</style>
background-color css
<style>
a { background-color: #78CBBA; }
a { background-color: rgb(120,203,186); }
div.DivClassName
{
background-color: #78CBBA;
}
.BgClassName
{
background-color: #78CBBA;
}
</style>
border-color css
<style>
span { border-color: #78CBBA; }
span { border-color: rgb(120,203,186); }
td.TdClassName
{
border-color: #78CBBA;
}
.TagClassName
{
border-color: #78CBBA;
}
</style>