Shades of Monte Carlo #78BFBD
Tints of Monte Carlo #78BFBD
RGB
CMYK
RGB Variations
Color information
#78BFBD (or 0x78BFBD) is known color: Monte Carlo. HEX triplet: 78, BF and BD. RGB value is (120,191,189). Sum of RGB (Red+Green+Blue) = 120+191+189=500 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 191 - color contains mainly: green. Hex color #78BFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BFBD is #874042. Grayscale: #A9A9A9. Windows color (decimal): -8863811 or 12435320. OLE color: 12435320.
HSL color Cylindrical-coordinate representation of color #78BFBD: hue angle of 178.31º degrees, saturation: 0.36, 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 #78BFBD is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 191 | 189 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.25 |
| HSL | 178.31º | 0.36% | 0.61% | - |
| HSV(B) | 178.31º | 0.37% | 0.75% | - |
| XYZ | 35.56 | 44.93 | 54.94 | - |
| YUV | 169.54 | 138.98 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 191 | 189 | 0.37 | 0 | 0.01 | 0.25 | 178.31 | 0.36 | 0.61 |
| Hex | 78 | BF | BD | 25 | 0 | 1 | 19 | B2 | 24 | 3D |
| Octal | 170 | 277 | 275 | 45 | 0 | 1 | 31 | 262 | 44 | 75 |
| Binary | 1111000 | 10111111 | 10111101 | 100101 | 0 | 1 | 11001 | 10110010 | 100100 | 111101 |
Color Harmonies of #78BFBD
Complementary color
Monochromatic Colors of #78BFBD
Black with #78BFBD
Text Example
Text Example
White with #78BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BFBD; }
p { color: rgb(120,191,189); }
H1.HeaderClassName
{
color: #78BFBD;
}
.AnyTagClassName
{
color: #78BFBD;
}
</style>
background-color css
<style>
a { background-color: #78BFBD; }
a { background-color: rgb(120,191,189); }
div.DivClassName
{
background-color: #78BFBD;
}
.BgClassName
{
background-color: #78BFBD;
}
</style>
border-color css
<style>
span { border-color: #78BFBD; }
span { border-color: rgb(120,191,189); }
td.TdClassName
{
border-color: #78BFBD;
}
.TagClassName
{
border-color: #78BFBD;
}
</style>