Shades of Monte Carlo #80BCB5
Tints of Monte Carlo #80BCB5
RGB
CMYK
RGB Variations
Color information
#80BCB5 (or 0x80BCB5) is known color: Monte Carlo. HEX triplet: 80, BC and B5. RGB value is (128,188,181). Sum of RGB (Red+Green+Blue) = 128+188+181=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #80BCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BCB5 is #7F434A. Grayscale: #A9A9A9. Windows color (decimal): -8340299 or 11910272. OLE color: 11910272.
HSL color Cylindrical-coordinate representation of color #80BCB5: hue angle of 173º 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 #80BCB5 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 188 | 181 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.26 |
| HSL | 173º | 0.31% | 0.62% | - |
| HSV(B) | 173º | 0.32% | 0.74% | - |
| XYZ | 35.23 | 43.89 | 50.33 | - |
| YUV | 169.26 | 134.62 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 181 | 0.32 | 0 | 0.04 | 0.26 | 173 | 0.31 | 0.62 |
| Hex | 80 | BC | B5 | 20 | 0 | 4 | 1A | AD | 1F | 3E |
| Octal | 200 | 274 | 265 | 40 | 0 | 4 | 32 | 255 | 37 | 76 |
| Binary | 10000000 | 10111100 | 10110101 | 100000 | 0 | 100 | 11010 | 10101101 | 11111 | 111110 |
Color Harmonies of #80BCB5
Complementary color
Monochromatic Colors of #80BCB5
Black with #80BCB5
Text Example
Text Example
White with #80BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BCB5; }
p { color: rgb(128,188,181); }
H1.HeaderClassName
{
color: #80BCB5;
}
.AnyTagClassName
{
color: #80BCB5;
}
</style>
background-color css
<style>
a { background-color: #80BCB5; }
a { background-color: rgb(128,188,181); }
div.DivClassName
{
background-color: #80BCB5;
}
.BgClassName
{
background-color: #80BCB5;
}
</style>
border-color css
<style>
span { border-color: #80BCB5; }
span { border-color: rgb(128,188,181); }
td.TdClassName
{
border-color: #80BCB5;
}
.TagClassName
{
border-color: #80BCB5;
}
</style>