Shades of Monte Carlo #78C0BD
Tints of Monte Carlo #78C0BD
RGB
CMYK
RGB Variations
Color information
#78C0BD (or 0x78C0BD) is known color: Monte Carlo. HEX triplet: 78, C0 and BD. RGB value is (120,192,189). Sum of RGB (Red+Green+Blue) = 120+192+189=501 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.95% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 192 - color contains mainly: green. Hex color #78C0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C0BD is #873F42. Grayscale: #AAAAAA. Windows color (decimal): -8863555 or 12435576. OLE color: 12435576.
HSL color Cylindrical-coordinate representation of color #78C0BD: hue angle of 177.5º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C0BD is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 189 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.25 |
| HSL | 177.5º | 0.36% | 0.61% | - |
| HSV(B) | 177.5º | 0.38% | 0.75% | - |
| XYZ | 35.78 | 45.37 | 55.01 | - |
| YUV | 170.13 | 138.65 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 189 | 0.38 | 0 | 0.02 | 0.25 | 177.5 | 0.36 | 0.61 |
| Hex | 78 | C0 | BD | 26 | 0 | 2 | 19 | B2 | 24 | 3D |
| Octal | 170 | 300 | 275 | 46 | 0 | 2 | 31 | 262 | 44 | 75 |
| Binary | 1111000 | 11000000 | 10111101 | 100110 | 0 | 10 | 11001 | 10110010 | 100100 | 111101 |
Color Harmonies of #78C0BD
Complementary color
Monochromatic Colors of #78C0BD
Black with #78C0BD
Text Example
Text Example
White with #78C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C0BD; }
p { color: rgb(120,192,189); }
H1.HeaderClassName
{
color: #78C0BD;
}
.AnyTagClassName
{
color: #78C0BD;
}
</style>
background-color css
<style>
a { background-color: #78C0BD; }
a { background-color: rgb(120,192,189); }
div.DivClassName
{
background-color: #78C0BD;
}
.BgClassName
{
background-color: #78C0BD;
}
</style>
border-color css
<style>
span { border-color: #78C0BD; }
span { border-color: rgb(120,192,189); }
td.TdClassName
{
border-color: #78C0BD;
}
.TagClassName
{
border-color: #78C0BD;
}
</style>