Shades of Monte Carlo #78CEB5
Tints of Monte Carlo #78CEB5
RGB
CMYK
RGB Variations
Color information
#78CEB5 (or 0x78CEB5) is known color: Monte Carlo. HEX triplet: 78, CE and B5. RGB value is (120,206,181). Sum of RGB (Red+Green+Blue) = 120+206+181=507 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.67% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #78CEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CEB5 is #87314A. Grayscale: #B1B1B1. Windows color (decimal): -8859979 or 11914872. OLE color: 11914872.
HSL color Cylindrical-coordinate representation of color #78CEB5: hue angle of 162.56º degrees, saturation: 0.47, 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 #78CEB5 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 181 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.19 |
| HSL | 162.56º | 0.47% | 0.64% | - |
| HSV(B) | 162.56º | 0.42% | 0.81% | - |
| XYZ | 38.16 | 51.47 | 51.64 | - |
| YUV | 177.44 | 130.01 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 181 | 0.42 | 0 | 0.12 | 0.19 | 162.56 | 0.47 | 0.64 |
| Hex | 78 | CE | B5 | 2A | 0 | C | 13 | A3 | 2F | 40 |
| Octal | 170 | 316 | 265 | 52 | 0 | 14 | 23 | 243 | 57 | 100 |
| Binary | 1111000 | 11001110 | 10110101 | 101010 | 0 | 1100 | 10011 | 10100011 | 101111 | 1000000 |
Color Harmonies of #78CEB5
Complementary color
Monochromatic Colors of #78CEB5
Black with #78CEB5
Text Example
Text Example
White with #78CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CEB5; }
p { color: rgb(120,206,181); }
H1.HeaderClassName
{
color: #78CEB5;
}
.AnyTagClassName
{
color: #78CEB5;
}
</style>
background-color css
<style>
a { background-color: #78CEB5; }
a { background-color: rgb(120,206,181); }
div.DivClassName
{
background-color: #78CEB5;
}
.BgClassName
{
background-color: #78CEB5;
}
</style>
border-color css
<style>
span { border-color: #78CEB5; }
span { border-color: rgb(120,206,181); }
td.TdClassName
{
border-color: #78CEB5;
}
.TagClassName
{
border-color: #78CEB5;
}
</style>