Shades of Monte Carlo #77BEBA
Tints of Monte Carlo #77BEBA
RGB
CMYK
RGB Variations
Color information
#77BEBA (or 0x77BEBA) is known color: Monte Carlo. HEX triplet: 77, BE and BA. RGB value is (119,190,186). Sum of RGB (Red+Green+Blue) = 119+190+186=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 190 - color contains mainly: green. Hex color #77BEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BEBA is #884145. Grayscale: #A8A8A8. Windows color (decimal): -8929606 or 12238455. OLE color: 12238455.
HSL color Cylindrical-coordinate representation of color #77BEBA: hue angle of 176.62º 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 #77BEBA is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 190 | 186 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.25 |
| HSL | 176.62º | 0.35% | 0.61% | - |
| HSV(B) | 176.62º | 0.37% | 0.75% | - |
| XYZ | 34.88 | 44.29 | 53.17 | - |
| YUV | 168.32 | 137.98 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 186 | 0.37 | 0 | 0.02 | 0.25 | 176.62 | 0.35 | 0.61 |
| Hex | 77 | BE | BA | 25 | 0 | 2 | 19 | B1 | 23 | 3D |
| Octal | 167 | 276 | 272 | 45 | 0 | 2 | 31 | 261 | 43 | 75 |
| Binary | 1110111 | 10111110 | 10111010 | 100101 | 0 | 10 | 11001 | 10110001 | 100011 | 111101 |
Color Harmonies of #77BEBA
Complementary color
Monochromatic Colors of #77BEBA
Black with #77BEBA
Text Example
Text Example
White with #77BEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BEBA; }
p { color: rgb(119,190,186); }
H1.HeaderClassName
{
color: #77BEBA;
}
.AnyTagClassName
{
color: #77BEBA;
}
</style>
background-color css
<style>
a { background-color: #77BEBA; }
a { background-color: rgb(119,190,186); }
div.DivClassName
{
background-color: #77BEBA;
}
.BgClassName
{
background-color: #77BEBA;
}
</style>
border-color css
<style>
span { border-color: #77BEBA; }
span { border-color: rgb(119,190,186); }
td.TdClassName
{
border-color: #77BEBA;
}
.TagClassName
{
border-color: #77BEBA;
}
</style>