Shades of Monte Carlo #78CCB5
Tints of Monte Carlo #78CCB5
RGB
CMYK
RGB Variations
Color information
#78CCB5 (or 0x78CCB5) is known color: Monte Carlo. HEX triplet: 78, CC and B5. RGB value is (120,204,181). Sum of RGB (Red+Green+Blue) = 120+204+181=505 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.76% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #78CCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CCB5 is #87334A. Grayscale: #B0B0B0. Windows color (decimal): -8860491 or 11914360. OLE color: 11914360.
HSL color Cylindrical-coordinate representation of color #78CCB5: hue angle of 163.57º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CCB5 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 204 | 181 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.2 |
| HSL | 163.57º | 0.45% | 0.64% | - |
| HSV(B) | 163.57º | 0.41% | 0.8% | - |
| XYZ | 37.68 | 50.52 | 51.48 | - |
| YUV | 176.26 | 130.67 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 204 | 181 | 0.41 | 0 | 0.11 | 0.2 | 163.57 | 0.45 | 0.64 |
| Hex | 78 | CC | B5 | 29 | 0 | B | 14 | A4 | 2D | 40 |
| Octal | 170 | 314 | 265 | 51 | 0 | 13 | 24 | 244 | 55 | 100 |
| Binary | 1111000 | 11001100 | 10110101 | 101001 | 0 | 1011 | 10100 | 10100100 | 101101 | 1000000 |
Color Harmonies of #78CCB5
Complementary color
Monochromatic Colors of #78CCB5
Black with #78CCB5
Text Example
Text Example
White with #78CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CCB5; }
p { color: rgb(120,204,181); }
H1.HeaderClassName
{
color: #78CCB5;
}
.AnyTagClassName
{
color: #78CCB5;
}
</style>
background-color css
<style>
a { background-color: #78CCB5; }
a { background-color: rgb(120,204,181); }
div.DivClassName
{
background-color: #78CCB5;
}
.BgClassName
{
background-color: #78CCB5;
}
</style>
border-color css
<style>
span { border-color: #78CCB5; }
span { border-color: rgb(120,204,181); }
td.TdClassName
{
border-color: #78CCB5;
}
.TagClassName
{
border-color: #78CCB5;
}
</style>