Shades of Monte Carlo #78BEBD
Tints of Monte Carlo #78BEBD
RGB
CMYK
RGB Variations
Color information
#78BEBD (or 0x78BEBD) is known color: Monte Carlo. HEX triplet: 78, BE and BD. RGB value is (120,190,189). Sum of RGB (Red+Green+Blue) = 120+190+189=499 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24.05% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 190 - color contains mainly: green. Hex color #78BEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BEBD is #874142. Grayscale: #A8A8A8. Windows color (decimal): -8864067 or 12435064. OLE color: 12435064.
HSL color Cylindrical-coordinate representation of color #78BEBD: hue angle of 179.14º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78BEBD is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 190 | 189 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.25 |
| HSL | 179.14º | 0.35% | 0.61% | - |
| HSV(B) | 179.14º | 0.37% | 0.75% | - |
| XYZ | 35.34 | 44.49 | 54.87 | - |
| YUV | 168.96 | 139.31 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 190 | 189 | 0.37 | 0 | 0.01 | 0.25 | 179.14 | 0.35 | 0.61 |
| Hex | 78 | BE | BD | 25 | 0 | 1 | 19 | B3 | 23 | 3D |
| Octal | 170 | 276 | 275 | 45 | 0 | 1 | 31 | 263 | 43 | 75 |
| Binary | 1111000 | 10111110 | 10111101 | 100101 | 0 | 1 | 11001 | 10110011 | 100011 | 111101 |
Color Harmonies of #78BEBD
Complementary color
Monochromatic Colors of #78BEBD
Black with #78BEBD
Text Example
Text Example
White with #78BEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BEBD; }
p { color: rgb(120,190,189); }
H1.HeaderClassName
{
color: #78BEBD;
}
.AnyTagClassName
{
color: #78BEBD;
}
</style>
background-color css
<style>
a { background-color: #78BEBD; }
a { background-color: rgb(120,190,189); }
div.DivClassName
{
background-color: #78BEBD;
}
.BgClassName
{
background-color: #78BEBD;
}
</style>
border-color css
<style>
span { border-color: #78BEBD; }
span { border-color: rgb(120,190,189); }
td.TdClassName
{
border-color: #78BEBD;
}
.TagClassName
{
border-color: #78BEBD;
}
</style>