Shades of Monte Carlo #78BEAC
Tints of Monte Carlo #78BEAC
RGB
CMYK
RGB Variations
Color information
#78BEAC (or 0x78BEAC) is known color: Monte Carlo. HEX triplet: 78, BE and AC. RGB value is (120,190,172). Sum of RGB (Red+Green+Blue) = 120+190+172=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #78BEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BEAC is #874153. Grayscale: #A7A7A7. Windows color (decimal): -8864084 or 11320952. OLE color: 11320952.
HSL color Cylindrical-coordinate representation of color #78BEAC: hue angle of 164.57º 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 #78BEAC is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 190 | 172 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.25 |
| HSL | 164.57º | 0.35% | 0.61% | - |
| HSV(B) | 164.57º | 0.37% | 0.75% | - |
| XYZ | 33.61 | 43.8 | 45.71 | - |
| YUV | 167.02 | 130.81 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 190 | 172 | 0.37 | 0 | 0.09 | 0.25 | 164.57 | 0.35 | 0.61 |
| Hex | 78 | BE | AC | 25 | 0 | 9 | 19 | A5 | 23 | 3D |
| Octal | 170 | 276 | 254 | 45 | 0 | 11 | 31 | 245 | 43 | 75 |
| Binary | 1111000 | 10111110 | 10101100 | 100101 | 0 | 1001 | 11001 | 10100101 | 100011 | 111101 |
Color Harmonies of #78BEAC
Complementary color
Monochromatic Colors of #78BEAC
Black with #78BEAC
Text Example
Text Example
White with #78BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BEAC; }
p { color: rgb(120,190,172); }
H1.HeaderClassName
{
color: #78BEAC;
}
.AnyTagClassName
{
color: #78BEAC;
}
</style>
background-color css
<style>
a { background-color: #78BEAC; }
a { background-color: rgb(120,190,172); }
div.DivClassName
{
background-color: #78BEAC;
}
.BgClassName
{
background-color: #78BEAC;
}
</style>
border-color css
<style>
span { border-color: #78BEAC; }
span { border-color: rgb(120,190,172); }
td.TdClassName
{
border-color: #78BEAC;
}
.TagClassName
{
border-color: #78BEAC;
}
</style>