Shades of Monte Carlo #80CAB4
Tints of Monte Carlo #80CAB4
RGB
CMYK
RGB Variations
Color information
#80CAB4 (or 0x80CAB4) is known color: Monte Carlo. HEX triplet: 80, CA and B4. RGB value is (128,202,180). Sum of RGB (Red+Green+Blue) = 128+202+180=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #80CAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CAB4 is #7F354B. Grayscale: #B1B1B1. Windows color (decimal): -8336716 or 11848320. OLE color: 11848320.
HSL color Cylindrical-coordinate representation of color #80CAB4: hue angle of 162.16º 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 #80CAB4 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 180 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.21 |
| HSL | 162.16º | 0.41% | 0.65% | - |
| HSV(B) | 162.16º | 0.37% | 0.79% | - |
| XYZ | 38.26 | 50.13 | 50.84 | - |
| YUV | 177.37 | 129.48 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 180 | 0.37 | 0 | 0.11 | 0.21 | 162.16 | 0.41 | 0.65 |
| Hex | 80 | CA | B4 | 25 | 0 | B | 15 | A2 | 29 | 41 |
| Octal | 200 | 312 | 264 | 45 | 0 | 13 | 25 | 242 | 51 | 101 |
| Binary | 10000000 | 11001010 | 10110100 | 100101 | 0 | 1011 | 10101 | 10100010 | 101001 | 1000001 |
Color Harmonies of #80CAB4
Complementary color
Monochromatic Colors of #80CAB4
Black with #80CAB4
Text Example
Text Example
White with #80CAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CAB4; }
p { color: rgb(128,202,180); }
H1.HeaderClassName
{
color: #80CAB4;
}
.AnyTagClassName
{
color: #80CAB4;
}
</style>
background-color css
<style>
a { background-color: #80CAB4; }
a { background-color: rgb(128,202,180); }
div.DivClassName
{
background-color: #80CAB4;
}
.BgClassName
{
background-color: #80CAB4;
}
</style>
border-color css
<style>
span { border-color: #80CAB4; }
span { border-color: rgb(128,202,180); }
td.TdClassName
{
border-color: #80CAB4;
}
.TagClassName
{
border-color: #80CAB4;
}
</style>