Shades of Monte Carlo #80C4BB
Tints of Monte Carlo #80C4BB
RGB
CMYK
RGB Variations
Color information
#80C4BB (or 0x80C4BB) is known color: Monte Carlo. HEX triplet: 80, C4 and BB. RGB value is (128,196,187). Sum of RGB (Red+Green+Blue) = 128+196+187=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #80C4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C4BB is #7F3B44. Grayscale: #AEAEAE. Windows color (decimal): -8338245 or 12305536. OLE color: 12305536.
HSL color Cylindrical-coordinate representation of color #80C4BB: hue angle of 172.06º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80C4BB is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 196 | 187 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.23 |
| HSL | 172.06º | 0.37% | 0.64% | - |
| HSV(B) | 172.06º | 0.35% | 0.77% | - |
| XYZ | 37.61 | 47.66 | 54.23 | - |
| YUV | 174.64 | 134.97 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 196 | 187 | 0.35 | 0 | 0.05 | 0.23 | 172.06 | 0.37 | 0.64 |
| Hex | 80 | C4 | BB | 23 | 0 | 5 | 17 | AC | 25 | 40 |
| Octal | 200 | 304 | 273 | 43 | 0 | 5 | 27 | 254 | 45 | 100 |
| Binary | 10000000 | 11000100 | 10111011 | 100011 | 0 | 101 | 10111 | 10101100 | 100101 | 1000000 |
Color Harmonies of #80C4BB
Complementary color
Monochromatic Colors of #80C4BB
Black with #80C4BB
Text Example
Text Example
White with #80C4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C4BB; }
p { color: rgb(128,196,187); }
H1.HeaderClassName
{
color: #80C4BB;
}
.AnyTagClassName
{
color: #80C4BB;
}
</style>
background-color css
<style>
a { background-color: #80C4BB; }
a { background-color: rgb(128,196,187); }
div.DivClassName
{
background-color: #80C4BB;
}
.BgClassName
{
background-color: #80C4BB;
}
</style>
border-color css
<style>
span { border-color: #80C4BB; }
span { border-color: rgb(128,196,187); }
td.TdClassName
{
border-color: #80C4BB;
}
.TagClassName
{
border-color: #80C4BB;
}
</style>