Shades of Monte Carlo #80CBB0
Tints of Monte Carlo #80CBB0
RGB
CMYK
RGB Variations
Color information
#80CBB0 (or 0x80CBB0) is known color: Monte Carlo. HEX triplet: 80, CB and B0. RGB value is (128,203,176). Sum of RGB (Red+Green+Blue) = 128+203+176=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #80CBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CBB0 is #7F344F. Grayscale: #B1B1B1. Windows color (decimal): -8336464 or 11586432. OLE color: 11586432.
HSL color Cylindrical-coordinate representation of color #80CBB0: hue angle of 158.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CBB0 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 176 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.20 |
| HSL | 158.4º | 0.42% | 0.65% | - |
| HSV(B) | 158.4º | 0.37% | 0.8% | - |
| XYZ | 38.09 | 50.44 | 48.8 | - |
| YUV | 177.5 | 127.15 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 176 | 0.37 | 0 | 0.13 | 0.20 | 158.4 | 0.42 | 0.65 |
| Hex | 80 | CB | B0 | 25 | 0 | D | 14 | 9E | 2A | 41 |
| Octal | 200 | 313 | 260 | 45 | 0 | 15 | 24 | 236 | 52 | 101 |
| Binary | 10000000 | 11001011 | 10110000 | 100101 | 0 | 1101 | 10100 | 10011110 | 101010 | 1000001 |
Color Harmonies of #80CBB0
Complementary color
Monochromatic Colors of #80CBB0
Black with #80CBB0
Text Example
Text Example
White with #80CBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CBB0; }
p { color: rgb(128,203,176); }
H1.HeaderClassName
{
color: #80CBB0;
}
.AnyTagClassName
{
color: #80CBB0;
}
</style>
background-color css
<style>
a { background-color: #80CBB0; }
a { background-color: rgb(128,203,176); }
div.DivClassName
{
background-color: #80CBB0;
}
.BgClassName
{
background-color: #80CBB0;
}
</style>
border-color css
<style>
span { border-color: #80CBB0; }
span { border-color: rgb(128,203,176); }
td.TdClassName
{
border-color: #80CBB0;
}
.TagClassName
{
border-color: #80CBB0;
}
</style>