Shades of Monte Carlo #80C8BA
Tints of Monte Carlo #80C8BA
RGB
CMYK
RGB Variations
Color information
#80C8BA (or 0x80C8BA) is known color: Monte Carlo. HEX triplet: 80, C8 and BA. RGB value is (128,200,186). Sum of RGB (Red+Green+Blue) = 128+200+186=514 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.90% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 200 - color contains mainly: green. Hex color #80C8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C8BA is #7F3745. Grayscale: #B0B0B0. Windows color (decimal): -8337222 or 12241024. OLE color: 12241024.
HSL color Cylindrical-coordinate representation of color #80C8BA: hue angle of 168.33º degrees, saturation: 0.4, 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 #80C8BA is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 186 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.22 |
| HSL | 168.33º | 0.4% | 0.64% | - |
| HSV(B) | 168.33º | 0.36% | 0.78% | - |
| XYZ | 38.42 | 49.44 | 53.97 | - |
| YUV | 176.88 | 133.15 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 186 | 0.36 | 0 | 0.07 | 0.22 | 168.33 | 0.4 | 0.64 |
| Hex | 80 | C8 | BA | 24 | 0 | 7 | 16 | A8 | 28 | 40 |
| Octal | 200 | 310 | 272 | 44 | 0 | 7 | 26 | 250 | 50 | 100 |
| Binary | 10000000 | 11001000 | 10111010 | 100100 | 0 | 111 | 10110 | 10101000 | 101000 | 1000000 |
Color Harmonies of #80C8BA
Complementary color
Monochromatic Colors of #80C8BA
Black with #80C8BA
Text Example
Text Example
White with #80C8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C8BA; }
p { color: rgb(128,200,186); }
H1.HeaderClassName
{
color: #80C8BA;
}
.AnyTagClassName
{
color: #80C8BA;
}
</style>
background-color css
<style>
a { background-color: #80C8BA; }
a { background-color: rgb(128,200,186); }
div.DivClassName
{
background-color: #80C8BA;
}
.BgClassName
{
background-color: #80C8BA;
}
</style>
border-color css
<style>
span { border-color: #80C8BA; }
span { border-color: rgb(128,200,186); }
td.TdClassName
{
border-color: #80C8BA;
}
.TagClassName
{
border-color: #80C8BA;
}
</style>