Shades of Monte Carlo #78C4BE
Tints of Monte Carlo #78C4BE
RGB
CMYK
RGB Variations
Color information
#78C4BE (or 0x78C4BE) is known color: Monte Carlo. HEX triplet: 78, C4 and BE. RGB value is (120,196,190). Sum of RGB (Red+Green+Blue) = 120+196+190=506 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.72% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 196 - color contains mainly: green. Hex color #78C4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C4BE is #873B41. Grayscale: #ACACAC. Windows color (decimal): -8862530 or 12502136. OLE color: 12502136.
HSL color Cylindrical-coordinate representation of color #78C4BE: hue angle of 175.26º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78C4BE is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 196 | 190 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.23 |
| HSL | 175.26º | 0.39% | 0.62% | - |
| HSV(B) | 175.26º | 0.39% | 0.77% | - |
| XYZ | 36.78 | 47.19 | 55.89 | - |
| YUV | 172.59 | 137.82 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 196 | 190 | 0.39 | 0 | 0.03 | 0.23 | 175.26 | 0.39 | 0.62 |
| Hex | 78 | C4 | BE | 27 | 0 | 3 | 17 | AF | 27 | 3E |
| Octal | 170 | 304 | 276 | 47 | 0 | 3 | 27 | 257 | 47 | 76 |
| Binary | 1111000 | 11000100 | 10111110 | 100111 | 0 | 11 | 10111 | 10101111 | 100111 | 111110 |
Color Harmonies of #78C4BE
Complementary color
Monochromatic Colors of #78C4BE
Black with #78C4BE
Text Example
Text Example
White with #78C4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C4BE; }
p { color: rgb(120,196,190); }
H1.HeaderClassName
{
color: #78C4BE;
}
.AnyTagClassName
{
color: #78C4BE;
}
</style>
background-color css
<style>
a { background-color: #78C4BE; }
a { background-color: rgb(120,196,190); }
div.DivClassName
{
background-color: #78C4BE;
}
.BgClassName
{
background-color: #78C4BE;
}
</style>
border-color css
<style>
span { border-color: #78C4BE; }
span { border-color: rgb(120,196,190); }
td.TdClassName
{
border-color: #78C4BE;
}
.TagClassName
{
border-color: #78C4BE;
}
</style>