Shades of Monte Carlo #80C7BA
Tints of Monte Carlo #80C7BA
RGB
CMYK
RGB Variations
Color information
#80C7BA (or 0x80C7BA) is known color: Monte Carlo. HEX triplet: 80, C7 and BA. RGB value is (128,199,186). Sum of RGB (Red+Green+Blue) = 128+199+186=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 199 - color contains mainly: green. Hex color #80C7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C7BA is #7F3845. Grayscale: #B0B0B0. Windows color (decimal): -8337478 or 12240768. OLE color: 12240768.
HSL color Cylindrical-coordinate representation of color #80C7BA: hue angle of 169.01º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C7BA is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 199 | 186 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.22 |
| HSL | 169.01º | 0.39% | 0.64% | - |
| HSV(B) | 169.01º | 0.36% | 0.78% | - |
| XYZ | 38.19 | 48.98 | 53.9 | - |
| YUV | 176.29 | 133.48 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 199 | 186 | 0.36 | 0 | 0.07 | 0.22 | 169.01 | 0.39 | 0.64 |
| Hex | 80 | C7 | BA | 24 | 0 | 7 | 16 | A9 | 27 | 40 |
| Octal | 200 | 307 | 272 | 44 | 0 | 7 | 26 | 251 | 47 | 100 |
| Binary | 10000000 | 11000111 | 10111010 | 100100 | 0 | 111 | 10110 | 10101001 | 100111 | 1000000 |
Color Harmonies of #80C7BA
Complementary color
Monochromatic Colors of #80C7BA
Black with #80C7BA
Text Example
Text Example
White with #80C7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C7BA; }
p { color: rgb(128,199,186); }
H1.HeaderClassName
{
color: #80C7BA;
}
.AnyTagClassName
{
color: #80C7BA;
}
</style>
background-color css
<style>
a { background-color: #80C7BA; }
a { background-color: rgb(128,199,186); }
div.DivClassName
{
background-color: #80C7BA;
}
.BgClassName
{
background-color: #80C7BA;
}
</style>
border-color css
<style>
span { border-color: #80C7BA; }
span { border-color: rgb(128,199,186); }
td.TdClassName
{
border-color: #80C7BA;
}
.TagClassName
{
border-color: #80C7BA;
}
</style>