Shades of Monte Carlo #78BDB5
Tints of Monte Carlo #78BDB5
RGB
CMYK
RGB Variations
Color information
#78BDB5 (or 0x78BDB5) is known color: Monte Carlo. HEX triplet: 78, BD and B5. RGB value is (120,189,181). Sum of RGB (Red+Green+Blue) = 120+189+181=490 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.49% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #78BDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BDB5 is #87424A. Grayscale: #A7A7A7. Windows color (decimal): -8864331 or 11910520. OLE color: 11910520.
HSL color Cylindrical-coordinate representation of color #78BDB5: hue angle of 173.04º 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 #78BDB5 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 189 | 181 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.26 |
| HSL | 173.04º | 0.34% | 0.61% | - |
| HSV(B) | 173.04º | 0.37% | 0.74% | - |
| XYZ | 34.28 | 43.72 | 50.35 | - |
| YUV | 167.46 | 135.64 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 181 | 0.37 | 0 | 0.04 | 0.26 | 173.04 | 0.34 | 0.61 |
| Hex | 78 | BD | B5 | 25 | 0 | 4 | 1A | AD | 22 | 3D |
| Octal | 170 | 275 | 265 | 45 | 0 | 4 | 32 | 255 | 42 | 75 |
| Binary | 1111000 | 10111101 | 10110101 | 100101 | 0 | 100 | 11010 | 10101101 | 100010 | 111101 |
Color Harmonies of #78BDB5
Complementary color
Monochromatic Colors of #78BDB5
Black with #78BDB5
Text Example
Text Example
White with #78BDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BDB5; }
p { color: rgb(120,189,181); }
H1.HeaderClassName
{
color: #78BDB5;
}
.AnyTagClassName
{
color: #78BDB5;
}
</style>
background-color css
<style>
a { background-color: #78BDB5; }
a { background-color: rgb(120,189,181); }
div.DivClassName
{
background-color: #78BDB5;
}
.BgClassName
{
background-color: #78BDB5;
}
</style>
border-color css
<style>
span { border-color: #78BDB5; }
span { border-color: rgb(120,189,181); }
td.TdClassName
{
border-color: #78BDB5;
}
.TagClassName
{
border-color: #78BDB5;
}
</style>