Shades of Monte Carlo #78BEAB
Tints of Monte Carlo #78BEAB
RGB
CMYK
RGB Variations
Color information
#78BEAB (or 0x78BEAB) is known color: Monte Carlo. HEX triplet: 78, BE and AB. RGB value is (120,190,171). Sum of RGB (Red+Green+Blue) = 120+190+171=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #78BEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BEAB is #874154. Grayscale: #A6A6A6. Windows color (decimal): -8864085 or 11255416. OLE color: 11255416.
HSL color Cylindrical-coordinate representation of color #78BEAB: hue angle of 163.71º 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 #78BEAB is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 190 | 171 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.25 |
| HSL | 163.71º | 0.35% | 0.61% | - |
| HSV(B) | 163.71º | 0.37% | 0.75% | - |
| XYZ | 33.51 | 43.76 | 45.21 | - |
| YUV | 166.9 | 130.31 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 190 | 171 | 0.37 | 0 | 0.10 | 0.25 | 163.71 | 0.35 | 0.61 |
| Hex | 78 | BE | AB | 25 | 0 | A | 19 | A4 | 23 | 3D |
| Octal | 170 | 276 | 253 | 45 | 0 | 12 | 31 | 244 | 43 | 75 |
| Binary | 1111000 | 10111110 | 10101011 | 100101 | 0 | 1010 | 11001 | 10100100 | 100011 | 111101 |
Color Harmonies of #78BEAB
Complementary color
Monochromatic Colors of #78BEAB
Black with #78BEAB
Text Example
Text Example
White with #78BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BEAB; }
p { color: rgb(120,190,171); }
H1.HeaderClassName
{
color: #78BEAB;
}
.AnyTagClassName
{
color: #78BEAB;
}
</style>
background-color css
<style>
a { background-color: #78BEAB; }
a { background-color: rgb(120,190,171); }
div.DivClassName
{
background-color: #78BEAB;
}
.BgClassName
{
background-color: #78BEAB;
}
</style>
border-color css
<style>
span { border-color: #78BEAB; }
span { border-color: rgb(120,190,171); }
td.TdClassName
{
border-color: #78BEAB;
}
.TagClassName
{
border-color: #78BEAB;
}
</style>