Shades of Monte Carlo #80BCBB
Tints of Monte Carlo #80BCBB
RGB
CMYK
RGB Variations
Color information
#80BCBB (or 0x80BCBB) is known color: Monte Carlo. HEX triplet: 80, BC and BB. RGB value is (128,188,187). Sum of RGB (Red+Green+Blue) = 128+188+187=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #80BCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BCBB is #7F4344. Grayscale: #A9A9A9. Windows color (decimal): -8340293 or 12303488. OLE color: 12303488.
HSL color Cylindrical-coordinate representation of color #80BCBB: hue angle of 179º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BCBB is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 188 | 187 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.26 |
| HSL | 179º | 0.31% | 0.62% | - |
| HSV(B) | 179º | 0.32% | 0.74% | - |
| XYZ | 35.85 | 44.14 | 53.64 | - |
| YUV | 169.95 | 137.62 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 187 | 0.32 | 0 | 0.01 | 0.26 | 179 | 0.31 | 0.62 |
| Hex | 80 | BC | BB | 20 | 0 | 1 | 1A | B3 | 1F | 3E |
| Octal | 200 | 274 | 273 | 40 | 0 | 1 | 32 | 263 | 37 | 76 |
| Binary | 10000000 | 10111100 | 10111011 | 100000 | 0 | 1 | 11010 | 10110011 | 11111 | 111110 |
Color Harmonies of #80BCBB
Complementary color
Monochromatic Colors of #80BCBB
Black with #80BCBB
Text Example
Text Example
White with #80BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BCBB; }
p { color: rgb(128,188,187); }
H1.HeaderClassName
{
color: #80BCBB;
}
.AnyTagClassName
{
color: #80BCBB;
}
</style>
background-color css
<style>
a { background-color: #80BCBB; }
a { background-color: rgb(128,188,187); }
div.DivClassName
{
background-color: #80BCBB;
}
.BgClassName
{
background-color: #80BCBB;
}
</style>
border-color css
<style>
span { border-color: #80BCBB; }
span { border-color: rgb(128,188,187); }
td.TdClassName
{
border-color: #80BCBB;
}
.TagClassName
{
border-color: #80BCBB;
}
</style>