Shades of Monte Carlo #80CBBA
Tints of Monte Carlo #80CBBA
RGB
CMYK
RGB Variations
Color information
#80CBBA (or 0x80CBBA) is known color: Monte Carlo. HEX triplet: 80, CB and BA. RGB value is (128,203,186). Sum of RGB (Red+Green+Blue) = 128+203+186=517 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.76% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #80CBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CBBA is #7F3445. Grayscale: #B2B2B2. Windows color (decimal): -8336454 or 12241792. OLE color: 12241792.
HSL color Cylindrical-coordinate representation of color #80CBBA: hue angle of 166.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 #80CBBA is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 186 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.20 |
| HSL | 166.4º | 0.42% | 0.65% | - |
| HSV(B) | 166.4º | 0.37% | 0.8% | - |
| XYZ | 39.12 | 50.85 | 54.21 | - |
| YUV | 178.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 186 | 0.37 | 0 | 0.08 | 0.20 | 166.4 | 0.42 | 0.65 |
| Hex | 80 | CB | BA | 25 | 0 | 8 | 14 | A6 | 2A | 41 |
| Octal | 200 | 313 | 272 | 45 | 0 | 10 | 24 | 246 | 52 | 101 |
| Binary | 10000000 | 11001011 | 10111010 | 100101 | 0 | 1000 | 10100 | 10100110 | 101010 | 1000001 |
Color Harmonies of #80CBBA
Complementary color
Monochromatic Colors of #80CBBA
Black with #80CBBA
Text Example
Text Example
White with #80CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CBBA; }
p { color: rgb(128,203,186); }
H1.HeaderClassName
{
color: #80CBBA;
}
.AnyTagClassName
{
color: #80CBBA;
}
</style>
background-color css
<style>
a { background-color: #80CBBA; }
a { background-color: rgb(128,203,186); }
div.DivClassName
{
background-color: #80CBBA;
}
.BgClassName
{
background-color: #80CBBA;
}
</style>
border-color css
<style>
span { border-color: #80CBBA; }
span { border-color: rgb(128,203,186); }
td.TdClassName
{
border-color: #80CBBA;
}
.TagClassName
{
border-color: #80CBBA;
}
</style>