Shades of Monte Carlo #78BDB7
Tints of Monte Carlo #78BDB7
RGB
CMYK
RGB Variations
Color information
#78BDB7 (or 0x78BDB7) is known color: Monte Carlo. HEX triplet: 78, BD and B7. RGB value is (120,189,183). Sum of RGB (Red+Green+Blue) = 120+189+183=492 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.39% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #78BDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BDB7 is #874248. Grayscale: #A7A7A7. Windows color (decimal): -8864329 or 12041592. OLE color: 12041592.
HSL color Cylindrical-coordinate representation of color #78BDB7: hue angle of 174.78º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78BDB7 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 189 | 183 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.26 |
| HSL | 174.78º | 0.34% | 0.61% | - |
| HSV(B) | 174.78º | 0.37% | 0.74% | - |
| XYZ | 34.49 | 43.81 | 51.44 | - |
| YUV | 167.69 | 136.64 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 183 | 0.37 | 0 | 0.03 | 0.26 | 174.78 | 0.34 | 0.61 |
| Hex | 78 | BD | B7 | 25 | 0 | 3 | 1A | AF | 22 | 3D |
| Octal | 170 | 275 | 267 | 45 | 0 | 3 | 32 | 257 | 42 | 75 |
| Binary | 1111000 | 10111101 | 10110111 | 100101 | 0 | 11 | 11010 | 10101111 | 100010 | 111101 |
Color Harmonies of #78BDB7
Complementary color
Monochromatic Colors of #78BDB7
Black with #78BDB7
Text Example
Text Example
White with #78BDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BDB7; }
p { color: rgb(120,189,183); }
H1.HeaderClassName
{
color: #78BDB7;
}
.AnyTagClassName
{
color: #78BDB7;
}
</style>
background-color css
<style>
a { background-color: #78BDB7; }
a { background-color: rgb(120,189,183); }
div.DivClassName
{
background-color: #78BDB7;
}
.BgClassName
{
background-color: #78BDB7;
}
</style>
border-color css
<style>
span { border-color: #78BDB7; }
span { border-color: rgb(120,189,183); }
td.TdClassName
{
border-color: #78BDB7;
}
.TagClassName
{
border-color: #78BDB7;
}
</style>