Shades of Monte Carlo #78C7AF
Tints of Monte Carlo #78C7AF
RGB
CMYK
RGB Variations
Color information
#78C7AF (or 0x78C7AF) is known color: Monte Carlo. HEX triplet: 78, C7 and AF. RGB value is (120,199,175). Sum of RGB (Red+Green+Blue) = 120+199+175=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 199 - color contains mainly: green. Hex color #78C7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C7AF is #873850. Grayscale: #ACACAC. Windows color (decimal): -8861777 or 11519864. OLE color: 11519864.
HSL color Cylindrical-coordinate representation of color #78C7AF: hue angle of 161.77º 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 #78C7AF is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 199 | 175 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.22 |
| HSL | 161.77º | 0.41% | 0.63% | - |
| HSV(B) | 161.77º | 0.4% | 0.78% | - |
| XYZ | 35.91 | 47.94 | 47.92 | - |
| YUV | 172.64 | 129.33 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 199 | 175 | 0.40 | 0 | 0.12 | 0.22 | 161.77 | 0.41 | 0.63 |
| Hex | 78 | C7 | AF | 28 | 0 | C | 16 | A2 | 29 | 3F |
| Octal | 170 | 307 | 257 | 50 | 0 | 14 | 26 | 242 | 51 | 77 |
| Binary | 1111000 | 11000111 | 10101111 | 101000 | 0 | 1100 | 10110 | 10100010 | 101001 | 111111 |
Color Harmonies of #78C7AF
Complementary color
Monochromatic Colors of #78C7AF
Black with #78C7AF
Text Example
Text Example
White with #78C7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C7AF; }
p { color: rgb(120,199,175); }
H1.HeaderClassName
{
color: #78C7AF;
}
.AnyTagClassName
{
color: #78C7AF;
}
</style>
background-color css
<style>
a { background-color: #78C7AF; }
a { background-color: rgb(120,199,175); }
div.DivClassName
{
background-color: #78C7AF;
}
.BgClassName
{
background-color: #78C7AF;
}
</style>
border-color css
<style>
span { border-color: #78C7AF; }
span { border-color: rgb(120,199,175); }
td.TdClassName
{
border-color: #78C7AF;
}
.TagClassName
{
border-color: #78C7AF;
}
</style>