Shades of Monte Carlo #78C3AF
Tints of Monte Carlo #78C3AF
RGB
CMYK
RGB Variations
Color information
#78C3AF (or 0x78C3AF) is known color: Monte Carlo. HEX triplet: 78, C3 and AF. RGB value is (120,195,175). Sum of RGB (Red+Green+Blue) = 120+195+175=490 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.49% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 195 - color contains mainly: green. Hex color #78C3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C3AF is #873C50. Grayscale: #AAAAAA. Windows color (decimal): -8862801 or 11518840. OLE color: 11518840.
HSL color Cylindrical-coordinate representation of color #78C3AF: hue angle of 164º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C3AF is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 195 | 175 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.24 |
| HSL | 164º | 0.38% | 0.62% | - |
| HSV(B) | 164º | 0.38% | 0.76% | - |
| XYZ | 35 | 46.12 | 47.61 | - |
| YUV | 170.3 | 130.65 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 195 | 175 | 0.38 | 0 | 0.10 | 0.24 | 164 | 0.38 | 0.62 |
| Hex | 78 | C3 | AF | 26 | 0 | A | 18 | A4 | 26 | 3E |
| Octal | 170 | 303 | 257 | 46 | 0 | 12 | 30 | 244 | 46 | 76 |
| Binary | 1111000 | 11000011 | 10101111 | 100110 | 0 | 1010 | 11000 | 10100100 | 100110 | 111110 |
Color Harmonies of #78C3AF
Complementary color
Monochromatic Colors of #78C3AF
Black with #78C3AF
Text Example
Text Example
White with #78C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C3AF; }
p { color: rgb(120,195,175); }
H1.HeaderClassName
{
color: #78C3AF;
}
.AnyTagClassName
{
color: #78C3AF;
}
</style>
background-color css
<style>
a { background-color: #78C3AF; }
a { background-color: rgb(120,195,175); }
div.DivClassName
{
background-color: #78C3AF;
}
.BgClassName
{
background-color: #78C3AF;
}
</style>
border-color css
<style>
span { border-color: #78C3AF; }
span { border-color: rgb(120,195,175); }
td.TdClassName
{
border-color: #78C3AF;
}
.TagClassName
{
border-color: #78C3AF;
}
</style>