Shades of Monte Carlo #78C7AD
Tints of Monte Carlo #78C7AD
RGB
CMYK
RGB Variations
Color information
#78C7AD (or 0x78C7AD) is known color: Monte Carlo. HEX triplet: 78, C7 and AD. RGB value is (120,199,173). Sum of RGB (Red+Green+Blue) = 120+199+173=492 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.39% from 492); Green value is 199 (78.12% from 255 or 40.45% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 199 - color contains mainly: green. Hex color #78C7AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C7AD is #873852. Grayscale: #ACACAC. Windows color (decimal): -8861779 or 11388792. OLE color: 11388792.
HSL color Cylindrical-coordinate representation of color #78C7AD: hue angle of 160.25º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78C7AD is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 199 | 173 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.22 |
| HSL | 160.25º | 0.41% | 0.63% | - |
| HSV(B) | 160.25º | 0.4% | 0.78% | - |
| XYZ | 35.71 | 47.86 | 46.89 | - |
| YUV | 172.42 | 128.33 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 199 | 173 | 0.40 | 0 | 0.13 | 0.22 | 160.25 | 0.41 | 0.63 |
| Hex | 78 | C7 | AD | 28 | 0 | D | 16 | A0 | 29 | 3F |
| Octal | 170 | 307 | 255 | 50 | 0 | 15 | 26 | 240 | 51 | 77 |
| Binary | 1111000 | 11000111 | 10101101 | 101000 | 0 | 1101 | 10110 | 10100000 | 101001 | 111111 |
Color Harmonies of #78C7AD
Complementary color
Monochromatic Colors of #78C7AD
Black with #78C7AD
Text Example
Text Example
White with #78C7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C7AD; }
p { color: rgb(120,199,173); }
H1.HeaderClassName
{
color: #78C7AD;
}
.AnyTagClassName
{
color: #78C7AD;
}
</style>
background-color css
<style>
a { background-color: #78C7AD; }
a { background-color: rgb(120,199,173); }
div.DivClassName
{
background-color: #78C7AD;
}
.BgClassName
{
background-color: #78C7AD;
}
</style>
border-color css
<style>
span { border-color: #78C7AD; }
span { border-color: rgb(120,199,173); }
td.TdClassName
{
border-color: #78C7AD;
}
.TagClassName
{
border-color: #78C7AD;
}
</style>