Shades of Monte Carlo #78BDAB
Tints of Monte Carlo #78BDAB
RGB
CMYK
RGB Variations
Color information
#78BDAB (or 0x78BDAB) is known color: Monte Carlo. HEX triplet: 78, BD and AB. RGB value is (120,189,171). Sum of RGB (Red+Green+Blue) = 120+189+171=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 189 - color contains mainly: green. Hex color #78BDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BDAB is #874254. Grayscale: #A6A6A6. Windows color (decimal): -8864341 or 11255160. OLE color: 11255160.
HSL color Cylindrical-coordinate representation of color #78BDAB: hue angle of 164.35º 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 #78BDAB is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 189 | 171 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.26 |
| HSL | 164.35º | 0.34% | 0.61% | - |
| HSV(B) | 164.35º | 0.37% | 0.74% | - |
| XYZ | 33.29 | 43.33 | 45.14 | - |
| YUV | 166.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 171 | 0.37 | 0 | 0.10 | 0.26 | 164.35 | 0.34 | 0.61 |
| Hex | 78 | BD | AB | 25 | 0 | A | 1A | A4 | 22 | 3D |
| Octal | 170 | 275 | 253 | 45 | 0 | 12 | 32 | 244 | 42 | 75 |
| Binary | 1111000 | 10111101 | 10101011 | 100101 | 0 | 1010 | 11010 | 10100100 | 100010 | 111101 |
Color Harmonies of #78BDAB
Complementary color
Monochromatic Colors of #78BDAB
Black with #78BDAB
Text Example
Text Example
White with #78BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BDAB; }
p { color: rgb(120,189,171); }
H1.HeaderClassName
{
color: #78BDAB;
}
.AnyTagClassName
{
color: #78BDAB;
}
</style>
background-color css
<style>
a { background-color: #78BDAB; }
a { background-color: rgb(120,189,171); }
div.DivClassName
{
background-color: #78BDAB;
}
.BgClassName
{
background-color: #78BDAB;
}
</style>
border-color css
<style>
span { border-color: #78BDAB; }
span { border-color: rgb(120,189,171); }
td.TdClassName
{
border-color: #78BDAB;
}
.TagClassName
{
border-color: #78BDAB;
}
</style>