Shades of Monte Carlo #80C8BD
Tints of Monte Carlo #80C8BD
RGB
CMYK
RGB Variations
Color information
#80C8BD (or 0x80C8BD) is known color: Monte Carlo. HEX triplet: 80, C8 and BD. RGB value is (128,200,189). Sum of RGB (Red+Green+Blue) = 128+200+189=517 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.76% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #80C8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C8BD is #7F3742. Grayscale: #B1B1B1. Windows color (decimal): -8337219 or 12437632. OLE color: 12437632.
HSL color Cylindrical-coordinate representation of color #80C8BD: hue angle of 170.83º 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 #80C8BD is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 189 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.22 |
| HSL | 170.83º | 0.4% | 0.64% | - |
| HSV(B) | 170.83º | 0.36% | 0.78% | - |
| XYZ | 38.74 | 49.57 | 55.67 | - |
| YUV | 177.22 | 134.65 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 189 | 0.36 | 0 | 0.06 | 0.22 | 170.83 | 0.4 | 0.64 |
| Hex | 80 | C8 | BD | 24 | 0 | 6 | 16 | AB | 28 | 40 |
| Octal | 200 | 310 | 275 | 44 | 0 | 6 | 26 | 253 | 50 | 100 |
| Binary | 10000000 | 11001000 | 10111101 | 100100 | 0 | 110 | 10110 | 10101011 | 101000 | 1000000 |
Color Harmonies of #80C8BD
Complementary color
Monochromatic Colors of #80C8BD
Black with #80C8BD
Text Example
Text Example
White with #80C8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C8BD; }
p { color: rgb(128,200,189); }
H1.HeaderClassName
{
color: #80C8BD;
}
.AnyTagClassName
{
color: #80C8BD;
}
</style>
background-color css
<style>
a { background-color: #80C8BD; }
a { background-color: rgb(128,200,189); }
div.DivClassName
{
background-color: #80C8BD;
}
.BgClassName
{
background-color: #80C8BD;
}
</style>
border-color css
<style>
span { border-color: #80C8BD; }
span { border-color: rgb(128,200,189); }
td.TdClassName
{
border-color: #80C8BD;
}
.TagClassName
{
border-color: #80C8BD;
}
</style>