Shades of Monte Carlo #78C0AF
Tints of Monte Carlo #78C0AF
RGB
CMYK
RGB Variations
Color information
#78C0AF (or 0x78C0AF) is known color: Monte Carlo. HEX triplet: 78, C0 and AF. RGB value is (120,192,175). Sum of RGB (Red+Green+Blue) = 120+192+175=487 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.64% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 192 - color contains mainly: green. Hex color #78C0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C0AF is #873F50. Grayscale: #A8A8A8. Windows color (decimal): -8863569 or 11518072. OLE color: 11518072.
HSL color Cylindrical-coordinate representation of color #78C0AF: hue angle of 165.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C0AF is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 175 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.25 |
| HSL | 165.83º | 0.36% | 0.61% | - |
| HSV(B) | 165.83º | 0.38% | 0.75% | - |
| XYZ | 34.33 | 44.79 | 47.39 | - |
| YUV | 168.53 | 131.65 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 175 | 0.38 | 0 | 0.09 | 0.25 | 165.83 | 0.36 | 0.61 |
| Hex | 78 | C0 | AF | 26 | 0 | 9 | 19 | A6 | 24 | 3D |
| Octal | 170 | 300 | 257 | 46 | 0 | 11 | 31 | 246 | 44 | 75 |
| Binary | 1111000 | 11000000 | 10101111 | 100110 | 0 | 1001 | 11001 | 10100110 | 100100 | 111101 |
Color Harmonies of #78C0AF
Complementary color
Monochromatic Colors of #78C0AF
Black with #78C0AF
Text Example
Text Example
White with #78C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C0AF; }
p { color: rgb(120,192,175); }
H1.HeaderClassName
{
color: #78C0AF;
}
.AnyTagClassName
{
color: #78C0AF;
}
</style>
background-color css
<style>
a { background-color: #78C0AF; }
a { background-color: rgb(120,192,175); }
div.DivClassName
{
background-color: #78C0AF;
}
.BgClassName
{
background-color: #78C0AF;
}
</style>
border-color css
<style>
span { border-color: #78C0AF; }
span { border-color: rgb(120,192,175); }
td.TdClassName
{
border-color: #78C0AF;
}
.TagClassName
{
border-color: #78C0AF;
}
</style>