Shades of Monte Carlo #78C1B6
Tints of Monte Carlo #78C1B6
RGB
CMYK
RGB Variations
Color information
#78C1B6 (or 0x78C1B6) is known color: Monte Carlo. HEX triplet: 78, C1 and B6. RGB value is (120,193,182). Sum of RGB (Red+Green+Blue) = 120+193+182=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #78C1B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C1B6 is #873E49. Grayscale: #A9A9A9. Windows color (decimal): -8863306 or 11977080. OLE color: 11977080.
HSL color Cylindrical-coordinate representation of color #78C1B6: hue angle of 170.96º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C1B6 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 193 | 182 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.24 |
| HSL | 170.96º | 0.37% | 0.61% | - |
| HSV(B) | 170.96º | 0.38% | 0.76% | - |
| XYZ | 35.26 | 45.51 | 51.18 | - |
| YUV | 169.92 | 134.82 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 193 | 182 | 0.38 | 0 | 0.06 | 0.24 | 170.96 | 0.37 | 0.61 |
| Hex | 78 | C1 | B6 | 26 | 0 | 6 | 18 | AB | 25 | 3D |
| Octal | 170 | 301 | 266 | 46 | 0 | 6 | 30 | 253 | 45 | 75 |
| Binary | 1111000 | 11000001 | 10110110 | 100110 | 0 | 110 | 11000 | 10101011 | 100101 | 111101 |
Color Harmonies of #78C1B6
Complementary color
Monochromatic Colors of #78C1B6
Black with #78C1B6
Text Example
Text Example
White with #78C1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C1B6; }
p { color: rgb(120,193,182); }
H1.HeaderClassName
{
color: #78C1B6;
}
.AnyTagClassName
{
color: #78C1B6;
}
</style>
background-color css
<style>
a { background-color: #78C1B6; }
a { background-color: rgb(120,193,182); }
div.DivClassName
{
background-color: #78C1B6;
}
.BgClassName
{
background-color: #78C1B6;
}
</style>
border-color css
<style>
span { border-color: #78C1B6; }
span { border-color: rgb(120,193,182); }
td.TdClassName
{
border-color: #78C1B6;
}
.TagClassName
{
border-color: #78C1B6;
}
</style>