Shades of Monte Carlo #80CAB1
Tints of Monte Carlo #80CAB1
RGB
CMYK
RGB Variations
Color information
#80CAB1 (or 0x80CAB1) is known color: Monte Carlo. HEX triplet: 80, CA and B1. RGB value is (128,202,177). Sum of RGB (Red+Green+Blue) = 128+202+177=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #80CAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CAB1 is #7F354E. Grayscale: #B1B1B1. Windows color (decimal): -8336719 or 11651712. OLE color: 11651712.
HSL color Cylindrical-coordinate representation of color #80CAB1: hue angle of 159.73º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CAB1 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 177 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.21 |
| HSL | 159.73º | 0.41% | 0.65% | - |
| HSV(B) | 159.73º | 0.37% | 0.79% | - |
| XYZ | 37.96 | 50 | 49.25 | - |
| YUV | 177.02 | 127.98 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 177 | 0.37 | 0 | 0.12 | 0.21 | 159.73 | 0.41 | 0.65 |
| Hex | 80 | CA | B1 | 25 | 0 | C | 15 | A0 | 29 | 41 |
| Octal | 200 | 312 | 261 | 45 | 0 | 14 | 25 | 240 | 51 | 101 |
| Binary | 10000000 | 11001010 | 10110001 | 100101 | 0 | 1100 | 10101 | 10100000 | 101001 | 1000001 |
Color Harmonies of #80CAB1
Complementary color
Monochromatic Colors of #80CAB1
Black with #80CAB1
Text Example
Text Example
White with #80CAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CAB1; }
p { color: rgb(128,202,177); }
H1.HeaderClassName
{
color: #80CAB1;
}
.AnyTagClassName
{
color: #80CAB1;
}
</style>
background-color css
<style>
a { background-color: #80CAB1; }
a { background-color: rgb(128,202,177); }
div.DivClassName
{
background-color: #80CAB1;
}
.BgClassName
{
background-color: #80CAB1;
}
</style>
border-color css
<style>
span { border-color: #80CAB1; }
span { border-color: rgb(128,202,177); }
td.TdClassName
{
border-color: #80CAB1;
}
.TagClassName
{
border-color: #80CAB1;
}
</style>