Shades of Monte Carlo #80C0A8
Tints of Monte Carlo #80C0A8
RGB
CMYK
RGB Variations
Color information
#80C0A8 (or 0x80C0A8) is known color: Monte Carlo. HEX triplet: 80, C0 and A8. RGB value is (128,192,168). Sum of RGB (Red+Green+Blue) = 128+192+168=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #80C0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C0A8 is #7F3F57. Grayscale: #AAAAAA. Windows color (decimal): -8339288 or 11059328. OLE color: 11059328.
HSL color Cylindrical-coordinate representation of color #80C0A8: hue angle of 157.5º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80C0A8 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 168 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.25 |
| HSL | 157.5º | 0.34% | 0.63% | - |
| HSV(B) | 157.5º | 0.33% | 0.75% | - |
| XYZ | 34.82 | 45.12 | 43.92 | - |
| YUV | 170.13 | 126.8 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 168 | 0.33 | 0 | 0.12 | 0.25 | 157.5 | 0.34 | 0.63 |
| Hex | 80 | C0 | A8 | 21 | 0 | C | 19 | 9E | 22 | 3F |
| Octal | 200 | 300 | 250 | 41 | 0 | 14 | 31 | 236 | 42 | 77 |
| Binary | 10000000 | 11000000 | 10101000 | 100001 | 0 | 1100 | 11001 | 10011110 | 100010 | 111111 |
Color Harmonies of #80C0A8
Complementary color
Monochromatic Colors of #80C0A8
Black with #80C0A8
Text Example
Text Example
White with #80C0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C0A8; }
p { color: rgb(128,192,168); }
H1.HeaderClassName
{
color: #80C0A8;
}
.AnyTagClassName
{
color: #80C0A8;
}
</style>
background-color css
<style>
a { background-color: #80C0A8; }
a { background-color: rgb(128,192,168); }
div.DivClassName
{
background-color: #80C0A8;
}
.BgClassName
{
background-color: #80C0A8;
}
</style>
border-color css
<style>
span { border-color: #80C0A8; }
span { border-color: rgb(128,192,168); }
td.TdClassName
{
border-color: #80C0A8;
}
.TagClassName
{
border-color: #80C0A8;
}
</style>