Shades of Monte Carlo #80C3BC
Tints of Monte Carlo #80C3BC
RGB
CMYK
RGB Variations
Color information
#80C3BC (or 0x80C3BC) is known color: Monte Carlo. HEX triplet: 80, C3 and BC. RGB value is (128,195,188). Sum of RGB (Red+Green+Blue) = 128+195+188=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 195 - color contains mainly: green. Hex color #80C3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C3BC is #7F3C43. Grayscale: #AEAEAE. Windows color (decimal): -8338500 or 12370816. OLE color: 12370816.
HSL color Cylindrical-coordinate representation of color #80C3BC: hue angle of 173.73º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80C3BC is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 195 | 188 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.24 |
| HSL | 173.73º | 0.36% | 0.63% | - |
| HSV(B) | 173.73º | 0.34% | 0.76% | - |
| XYZ | 37.49 | 47.25 | 54.72 | - |
| YUV | 174.17 | 135.8 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 195 | 188 | 0.34 | 0 | 0.04 | 0.24 | 173.73 | 0.36 | 0.63 |
| Hex | 80 | C3 | BC | 22 | 0 | 4 | 18 | AE | 24 | 3F |
| Octal | 200 | 303 | 274 | 42 | 0 | 4 | 30 | 256 | 44 | 77 |
| Binary | 10000000 | 11000011 | 10111100 | 100010 | 0 | 100 | 11000 | 10101110 | 100100 | 111111 |
Color Harmonies of #80C3BC
Complementary color
Monochromatic Colors of #80C3BC
Black with #80C3BC
Text Example
Text Example
White with #80C3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C3BC; }
p { color: rgb(128,195,188); }
H1.HeaderClassName
{
color: #80C3BC;
}
.AnyTagClassName
{
color: #80C3BC;
}
</style>
background-color css
<style>
a { background-color: #80C3BC; }
a { background-color: rgb(128,195,188); }
div.DivClassName
{
background-color: #80C3BC;
}
.BgClassName
{
background-color: #80C3BC;
}
</style>
border-color css
<style>
span { border-color: #80C3BC; }
span { border-color: rgb(128,195,188); }
td.TdClassName
{
border-color: #80C3BC;
}
.TagClassName
{
border-color: #80C3BC;
}
</style>