Shades of Monte Carlo #80CCA8
Tints of Monte Carlo #80CCA8
RGB
CMYK
RGB Variations
Color information
#80CCA8 (or 0x80CCA8) is known color: Monte Carlo. HEX triplet: 80, CC and A8. RGB value is (128,204,168). Sum of RGB (Red+Green+Blue) = 128+204+168=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #80CCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CCA8 is #7F3357. Grayscale: #B1B1B1. Windows color (decimal): -8336216 or 11062400. OLE color: 11062400.
HSL color Cylindrical-coordinate representation of color #80CCA8: hue angle of 151.58º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CCA8 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 204 | 168 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.2 |
| HSL | 151.58º | 0.43% | 0.65% | - |
| HSV(B) | 151.58º | 0.37% | 0.8% | - |
| XYZ | 37.56 | 50.6 | 44.83 | - |
| YUV | 177.17 | 122.82 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 204 | 168 | 0.37 | 0 | 0.18 | 0.2 | 151.58 | 0.43 | 0.65 |
| Hex | 80 | CC | A8 | 25 | 0 | 12 | 14 | 98 | 2B | 41 |
| Octal | 200 | 314 | 250 | 45 | 0 | 22 | 24 | 230 | 53 | 101 |
| Binary | 10000000 | 11001100 | 10101000 | 100101 | 0 | 10010 | 10100 | 10011000 | 101011 | 1000001 |
Color Harmonies of #80CCA8
Complementary color
Monochromatic Colors of #80CCA8
Black with #80CCA8
Text Example
Text Example
White with #80CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CCA8; }
p { color: rgb(128,204,168); }
H1.HeaderClassName
{
color: #80CCA8;
}
.AnyTagClassName
{
color: #80CCA8;
}
</style>
background-color css
<style>
a { background-color: #80CCA8; }
a { background-color: rgb(128,204,168); }
div.DivClassName
{
background-color: #80CCA8;
}
.BgClassName
{
background-color: #80CCA8;
}
</style>
border-color css
<style>
span { border-color: #80CCA8; }
span { border-color: rgb(128,204,168); }
td.TdClassName
{
border-color: #80CCA8;
}
.TagClassName
{
border-color: #80CCA8;
}
</style>