Shades of Monte Carlo #80CAB9
Tints of Monte Carlo #80CAB9
RGB
CMYK
RGB Variations
Color information
#80CAB9 (or 0x80CAB9) is known color: Monte Carlo. HEX triplet: 80, CA and B9. RGB value is (128,202,185). Sum of RGB (Red+Green+Blue) = 128+202+185=515 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.85% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #80CAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CAB9 is #7F3546. Grayscale: #B1B1B1. Windows color (decimal): -8336711 or 12176000. OLE color: 12176000.
HSL color Cylindrical-coordinate representation of color #80CAB9: hue angle of 166.22º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CAB9 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 185 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.21 |
| HSL | 166.22º | 0.41% | 0.65% | - |
| HSV(B) | 166.22º | 0.37% | 0.79% | - |
| XYZ | 38.78 | 50.33 | 53.57 | - |
| YUV | 177.94 | 131.98 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 185 | 0.37 | 0 | 0.08 | 0.21 | 166.22 | 0.41 | 0.65 |
| Hex | 80 | CA | B9 | 25 | 0 | 8 | 15 | A6 | 29 | 41 |
| Octal | 200 | 312 | 271 | 45 | 0 | 10 | 25 | 246 | 51 | 101 |
| Binary | 10000000 | 11001010 | 10111001 | 100101 | 0 | 1000 | 10101 | 10100110 | 101001 | 1000001 |
Color Harmonies of #80CAB9
Complementary color
Monochromatic Colors of #80CAB9
Black with #80CAB9
Text Example
Text Example
White with #80CAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CAB9; }
p { color: rgb(128,202,185); }
H1.HeaderClassName
{
color: #80CAB9;
}
.AnyTagClassName
{
color: #80CAB9;
}
</style>
background-color css
<style>
a { background-color: #80CAB9; }
a { background-color: rgb(128,202,185); }
div.DivClassName
{
background-color: #80CAB9;
}
.BgClassName
{
background-color: #80CAB9;
}
</style>
border-color css
<style>
span { border-color: #80CAB9; }
span { border-color: rgb(128,202,185); }
td.TdClassName
{
border-color: #80CAB9;
}
.TagClassName
{
border-color: #80CAB9;
}
</style>