Shades of Monte Carlo #80C9BB
Tints of Monte Carlo #80C9BB
RGB
CMYK
RGB Variations
Color information
#80C9BB (or 0x80C9BB) is known color: Monte Carlo. HEX triplet: 80, C9 and BB. RGB value is (128,201,187). Sum of RGB (Red+Green+Blue) = 128+201+187=516 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.81% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #80C9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C9BB is #7F3644. Grayscale: #B1B1B1. Windows color (decimal): -8336965 or 12306816. OLE color: 12306816.
HSL color Cylindrical-coordinate representation of color #80C9BB: hue angle of 168.49º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C9BB is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 201 | 187 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.21 |
| HSL | 168.49º | 0.4% | 0.65% | - |
| HSV(B) | 168.49º | 0.36% | 0.79% | - |
| XYZ | 38.76 | 49.95 | 54.61 | - |
| YUV | 177.58 | 133.32 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 187 | 0.36 | 0 | 0.07 | 0.21 | 168.49 | 0.4 | 0.65 |
| Hex | 80 | C9 | BB | 24 | 0 | 7 | 15 | A8 | 28 | 41 |
| Octal | 200 | 311 | 273 | 44 | 0 | 7 | 25 | 250 | 50 | 101 |
| Binary | 10000000 | 11001001 | 10111011 | 100100 | 0 | 111 | 10101 | 10101000 | 101000 | 1000001 |
Color Harmonies of #80C9BB
Complementary color
Monochromatic Colors of #80C9BB
Black with #80C9BB
Text Example
Text Example
White with #80C9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C9BB; }
p { color: rgb(128,201,187); }
H1.HeaderClassName
{
color: #80C9BB;
}
.AnyTagClassName
{
color: #80C9BB;
}
</style>
background-color css
<style>
a { background-color: #80C9BB; }
a { background-color: rgb(128,201,187); }
div.DivClassName
{
background-color: #80C9BB;
}
.BgClassName
{
background-color: #80C9BB;
}
</style>
border-color css
<style>
span { border-color: #80C9BB; }
span { border-color: rgb(128,201,187); }
td.TdClassName
{
border-color: #80C9BB;
}
.TagClassName
{
border-color: #80C9BB;
}
</style>