Shades of Monte Carlo #78CBAA
Tints of Monte Carlo #78CBAA
RGB
CMYK
RGB Variations
Color information
#78CBAA (or 0x78CBAA) is known color: Monte Carlo. HEX triplet: 78, CB and AA. RGB value is (120,203,170). Sum of RGB (Red+Green+Blue) = 120+203+170=493 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.34% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #78CBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CBAA is #873455. Grayscale: #AEAEAE. Windows color (decimal): -8860758 or 11193208. OLE color: 11193208.
HSL color Cylindrical-coordinate representation of color #78CBAA: hue angle of 156.14º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CBAA is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 203 | 170 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.20 |
| HSL | 156.14º | 0.44% | 0.63% | - |
| HSV(B) | 156.14º | 0.41% | 0.8% | - |
| XYZ | 36.36 | 49.61 | 45.69 | - |
| YUV | 174.42 | 125.5 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 203 | 170 | 0.41 | 0 | 0.16 | 0.20 | 156.14 | 0.44 | 0.63 |
| Hex | 78 | CB | AA | 29 | 0 | 10 | 14 | 9C | 2C | 3F |
| Octal | 170 | 313 | 252 | 51 | 0 | 20 | 24 | 234 | 54 | 77 |
| Binary | 1111000 | 11001011 | 10101010 | 101001 | 0 | 10000 | 10100 | 10011100 | 101100 | 111111 |
Color Harmonies of #78CBAA
Complementary color
Monochromatic Colors of #78CBAA
Black with #78CBAA
Text Example
Text Example
White with #78CBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CBAA; }
p { color: rgb(120,203,170); }
H1.HeaderClassName
{
color: #78CBAA;
}
.AnyTagClassName
{
color: #78CBAA;
}
</style>
background-color css
<style>
a { background-color: #78CBAA; }
a { background-color: rgb(120,203,170); }
div.DivClassName
{
background-color: #78CBAA;
}
.BgClassName
{
background-color: #78CBAA;
}
</style>
border-color css
<style>
span { border-color: #78CBAA; }
span { border-color: rgb(120,203,170); }
td.TdClassName
{
border-color: #78CBAA;
}
.TagClassName
{
border-color: #78CBAA;
}
</style>