Shades of Monte Carlo #80CAA7
Tints of Monte Carlo #80CAA7
RGB
CMYK
RGB Variations
Color information
#80CAA7 (or 0x80CAA7) is known color: Monte Carlo. HEX triplet: 80, CA and A7. RGB value is (128,202,167). Sum of RGB (Red+Green+Blue) = 128+202+167=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #80CAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CAA7 is #7F3558. Grayscale: #AFAFAF. Windows color (decimal): -8336729 or 10996352. OLE color: 10996352.
HSL color Cylindrical-coordinate representation of color #80CAA7: hue angle of 151.62º 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 #80CAA7 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 167 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.21 |
| HSL | 151.62º | 0.41% | 0.65% | - |
| HSV(B) | 151.62º | 0.37% | 0.79% | - |
| XYZ | 37 | 49.62 | 44.19 | - |
| YUV | 175.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 167 | 0.37 | 0 | 0.17 | 0.21 | 151.62 | 0.41 | 0.65 |
| Hex | 80 | CA | A7 | 25 | 0 | 11 | 15 | 98 | 29 | 41 |
| Octal | 200 | 312 | 247 | 45 | 0 | 21 | 25 | 230 | 51 | 101 |
| Binary | 10000000 | 11001010 | 10100111 | 100101 | 0 | 10001 | 10101 | 10011000 | 101001 | 1000001 |
Color Harmonies of #80CAA7
Complementary color
Monochromatic Colors of #80CAA7
Black with #80CAA7
Text Example
Text Example
White with #80CAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CAA7; }
p { color: rgb(128,202,167); }
H1.HeaderClassName
{
color: #80CAA7;
}
.AnyTagClassName
{
color: #80CAA7;
}
</style>
background-color css
<style>
a { background-color: #80CAA7; }
a { background-color: rgb(128,202,167); }
div.DivClassName
{
background-color: #80CAA7;
}
.BgClassName
{
background-color: #80CAA7;
}
</style>
border-color css
<style>
span { border-color: #80CAA7; }
span { border-color: rgb(128,202,167); }
td.TdClassName
{
border-color: #80CAA7;
}
.TagClassName
{
border-color: #80CAA7;
}
</style>