Shades of Monte Carlo #78BDAE
Tints of Monte Carlo #78BDAE
RGB
CMYK
RGB Variations
Color information
#78BDAE (or 0x78BDAE) is known color: Monte Carlo. HEX triplet: 78, BD and AE. RGB value is (120,189,174). Sum of RGB (Red+Green+Blue) = 120+189+174=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #78BDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BDAE is #874251. Grayscale: #A6A6A6. Windows color (decimal): -8864338 or 11451768. OLE color: 11451768.
HSL color Cylindrical-coordinate representation of color #78BDAE: hue angle of 166.96º 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 #78BDAE is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 189 | 174 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.26 |
| HSL | 166.96º | 0.34% | 0.61% | - |
| HSV(B) | 166.96º | 0.37% | 0.74% | - |
| XYZ | 33.58 | 43.44 | 46.66 | - |
| YUV | 166.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 174 | 0.37 | 0 | 0.08 | 0.26 | 166.96 | 0.34 | 0.61 |
| Hex | 78 | BD | AE | 25 | 0 | 8 | 1A | A7 | 22 | 3D |
| Octal | 170 | 275 | 256 | 45 | 0 | 10 | 32 | 247 | 42 | 75 |
| Binary | 1111000 | 10111101 | 10101110 | 100101 | 0 | 1000 | 11010 | 10100111 | 100010 | 111101 |
Color Harmonies of #78BDAE
Complementary color
Monochromatic Colors of #78BDAE
Black with #78BDAE
Text Example
Text Example
White with #78BDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BDAE; }
p { color: rgb(120,189,174); }
H1.HeaderClassName
{
color: #78BDAE;
}
.AnyTagClassName
{
color: #78BDAE;
}
</style>
background-color css
<style>
a { background-color: #78BDAE; }
a { background-color: rgb(120,189,174); }
div.DivClassName
{
background-color: #78BDAE;
}
.BgClassName
{
background-color: #78BDAE;
}
</style>
border-color css
<style>
span { border-color: #78BDAE; }
span { border-color: rgb(120,189,174); }
td.TdClassName
{
border-color: #78BDAE;
}
.TagClassName
{
border-color: #78BDAE;
}
</style>