Shades of Monte Carlo #80C5B5
Tints of Monte Carlo #80C5B5
RGB
CMYK
RGB Variations
Color information
#80C5B5 (or 0x80C5B5) is known color: Monte Carlo. HEX triplet: 80, C5 and B5. RGB value is (128,197,181). Sum of RGB (Red+Green+Blue) = 128+197+181=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 197 - color contains mainly: green. Hex color #80C5B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C5B5 is #7F3A4A. Grayscale: #AEAEAE. Windows color (decimal): -8337995 or 11912576. OLE color: 11912576.
HSL color Cylindrical-coordinate representation of color #80C5B5: hue angle of 166.09º 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 #80C5B5 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 197 | 181 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.23 |
| HSL | 166.09º | 0.37% | 0.64% | - |
| HSV(B) | 166.09º | 0.35% | 0.77% | - |
| XYZ | 37.21 | 47.86 | 50.99 | - |
| YUV | 174.55 | 131.64 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 197 | 181 | 0.35 | 0 | 0.08 | 0.23 | 166.09 | 0.37 | 0.64 |
| Hex | 80 | C5 | B5 | 23 | 0 | 8 | 17 | A6 | 25 | 40 |
| Octal | 200 | 305 | 265 | 43 | 0 | 10 | 27 | 246 | 45 | 100 |
| Binary | 10000000 | 11000101 | 10110101 | 100011 | 0 | 1000 | 10111 | 10100110 | 100101 | 1000000 |
Color Harmonies of #80C5B5
Complementary color
Monochromatic Colors of #80C5B5
Black with #80C5B5
Text Example
Text Example
White with #80C5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C5B5; }
p { color: rgb(128,197,181); }
H1.HeaderClassName
{
color: #80C5B5;
}
.AnyTagClassName
{
color: #80C5B5;
}
</style>
background-color css
<style>
a { background-color: #80C5B5; }
a { background-color: rgb(128,197,181); }
div.DivClassName
{
background-color: #80C5B5;
}
.BgClassName
{
background-color: #80C5B5;
}
</style>
border-color css
<style>
span { border-color: #80C5B5; }
span { border-color: rgb(128,197,181); }
td.TdClassName
{
border-color: #80C5B5;
}
.TagClassName
{
border-color: #80C5B5;
}
</style>