Shades of Monte Carlo #78BCB4
Tints of Monte Carlo #78BCB4
RGB
CMYK
RGB Variations
Color information
#78BCB4 (or 0x78BCB4) is known color: Monte Carlo. HEX triplet: 78, BC and B4. RGB value is (120,188,180). Sum of RGB (Red+Green+Blue) = 120+188+180=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 188 - color contains mainly: green. Hex color #78BCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BCB4 is #87434B. Grayscale: #A6A6A6. Windows color (decimal): -8864588 or 11844728. OLE color: 11844728.
HSL color Cylindrical-coordinate representation of color #78BCB4: hue angle of 172.94º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BCB4 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 188 | 180 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.26 |
| HSL | 172.94º | 0.34% | 0.6% | - |
| HSV(B) | 172.94º | 0.36% | 0.74% | - |
| XYZ | 33.97 | 43.25 | 49.74 | - |
| YUV | 166.76 | 135.47 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 180 | 0.36 | 0 | 0.04 | 0.26 | 172.94 | 0.34 | 0.6 |
| Hex | 78 | BC | B4 | 24 | 0 | 4 | 1A | AD | 22 | 3C |
| Octal | 170 | 274 | 264 | 44 | 0 | 4 | 32 | 255 | 42 | 74 |
| Binary | 1111000 | 10111100 | 10110100 | 100100 | 0 | 100 | 11010 | 10101101 | 100010 | 111100 |
Color Harmonies of #78BCB4
Complementary color
Monochromatic Colors of #78BCB4
Black with #78BCB4
Text Example
Text Example
White with #78BCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BCB4; }
p { color: rgb(120,188,180); }
H1.HeaderClassName
{
color: #78BCB4;
}
.AnyTagClassName
{
color: #78BCB4;
}
</style>
background-color css
<style>
a { background-color: #78BCB4; }
a { background-color: rgb(120,188,180); }
div.DivClassName
{
background-color: #78BCB4;
}
.BgClassName
{
background-color: #78BCB4;
}
</style>
border-color css
<style>
span { border-color: #78BCB4; }
span { border-color: rgb(120,188,180); }
td.TdClassName
{
border-color: #78BCB4;
}
.TagClassName
{
border-color: #78BCB4;
}
</style>