Shades of Monte Carlo #78CFAD
Tints of Monte Carlo #78CFAD
RGB
CMYK
RGB Variations
Color information
#78CFAD (or 0x78CFAD) is known color: Monte Carlo. HEX triplet: 78, CF and AD. RGB value is (120,207,173). Sum of RGB (Red+Green+Blue) = 120+207+173=500 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #78CFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CFAD is #873052. Grayscale: #B1B1B1. Windows color (decimal): -8859731 or 11390840. OLE color: 11390840.
HSL color Cylindrical-coordinate representation of color #78CFAD: hue angle of 156.55º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78CFAD is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 173 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.19 |
| HSL | 156.55º | 0.48% | 0.64% | - |
| HSV(B) | 156.55º | 0.42% | 0.81% | - |
| XYZ | 37.6 | 51.64 | 47.52 | - |
| YUV | 177.11 | 125.68 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 173 | 0.42 | 0 | 0.16 | 0.19 | 156.55 | 0.48 | 0.64 |
| Hex | 78 | CF | AD | 2A | 0 | 10 | 13 | 9D | 30 | 40 |
| Octal | 170 | 317 | 255 | 52 | 0 | 20 | 23 | 235 | 60 | 100 |
| Binary | 1111000 | 11001111 | 10101101 | 101010 | 0 | 10000 | 10011 | 10011101 | 110000 | 1000000 |
Color Harmonies of #78CFAD
Complementary color
Monochromatic Colors of #78CFAD
Black with #78CFAD
Text Example
Text Example
White with #78CFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CFAD; }
p { color: rgb(120,207,173); }
H1.HeaderClassName
{
color: #78CFAD;
}
.AnyTagClassName
{
color: #78CFAD;
}
</style>
background-color css
<style>
a { background-color: #78CFAD; }
a { background-color: rgb(120,207,173); }
div.DivClassName
{
background-color: #78CFAD;
}
.BgClassName
{
background-color: #78CFAD;
}
</style>
border-color css
<style>
span { border-color: #78CFAD; }
span { border-color: rgb(120,207,173); }
td.TdClassName
{
border-color: #78CFAD;
}
.TagClassName
{
border-color: #78CFAD;
}
</style>