Shades of Monte Carlo #78BEB1
Tints of Monte Carlo #78BEB1
RGB
CMYK
RGB Variations
Color information
#78BEB1 (or 0x78BEB1) is known color: Monte Carlo. HEX triplet: 78, BE and B1. RGB value is (120,190,177). Sum of RGB (Red+Green+Blue) = 120+190+177=487 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.64% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #78BEB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BEB1 is #87414E. Grayscale: #A7A7A7. Windows color (decimal): -8864079 or 11648632. OLE color: 11648632.
HSL color Cylindrical-coordinate representation of color #78BEB1: hue angle of 168.86º 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 #78BEB1 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 190 | 177 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.25 |
| HSL | 168.86º | 0.35% | 0.61% | - |
| HSV(B) | 168.86º | 0.37% | 0.75% | - |
| XYZ | 34.1 | 43.99 | 48.29 | - |
| YUV | 167.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 190 | 177 | 0.37 | 0 | 0.07 | 0.25 | 168.86 | 0.35 | 0.61 |
| Hex | 78 | BE | B1 | 25 | 0 | 7 | 19 | A9 | 23 | 3D |
| Octal | 170 | 276 | 261 | 45 | 0 | 7 | 31 | 251 | 43 | 75 |
| Binary | 1111000 | 10111110 | 10110001 | 100101 | 0 | 111 | 11001 | 10101001 | 100011 | 111101 |
Color Harmonies of #78BEB1
Complementary color
Monochromatic Colors of #78BEB1
Black with #78BEB1
Text Example
Text Example
White with #78BEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BEB1; }
p { color: rgb(120,190,177); }
H1.HeaderClassName
{
color: #78BEB1;
}
.AnyTagClassName
{
color: #78BEB1;
}
</style>
background-color css
<style>
a { background-color: #78BEB1; }
a { background-color: rgb(120,190,177); }
div.DivClassName
{
background-color: #78BEB1;
}
.BgClassName
{
background-color: #78BEB1;
}
</style>
border-color css
<style>
span { border-color: #78BEB1; }
span { border-color: rgb(120,190,177); }
td.TdClassName
{
border-color: #78BEB1;
}
.TagClassName
{
border-color: #78BEB1;
}
</style>