Shades of Monte Carlo #80C6AD
Tints of Monte Carlo #80C6AD
RGB
CMYK
RGB Variations
Color information
#80C6AD (or 0x80C6AD) is known color: Monte Carlo. HEX triplet: 80, C6 and AD. RGB value is (128,198,173). Sum of RGB (Red+Green+Blue) = 128+198+173=499 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.65% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 198 - color contains mainly: green. Hex color #80C6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C6AD is #7F3952. Grayscale: #AEAEAE. Windows color (decimal): -8337747 or 11388544. OLE color: 11388544.
HSL color Cylindrical-coordinate representation of color #80C6AD: hue angle of 158.57º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80C6AD is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 198 | 173 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.22 |
| HSL | 158.57º | 0.38% | 0.64% | - |
| HSV(B) | 158.57º | 0.35% | 0.78% | - |
| XYZ | 36.64 | 47.99 | 46.87 | - |
| YUV | 174.22 | 127.31 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 198 | 173 | 0.35 | 0 | 0.13 | 0.22 | 158.57 | 0.38 | 0.64 |
| Hex | 80 | C6 | AD | 23 | 0 | D | 16 | 9F | 26 | 40 |
| Octal | 200 | 306 | 255 | 43 | 0 | 15 | 26 | 237 | 46 | 100 |
| Binary | 10000000 | 11000110 | 10101101 | 100011 | 0 | 1101 | 10110 | 10011111 | 100110 | 1000000 |
Color Harmonies of #80C6AD
Complementary color
Monochromatic Colors of #80C6AD
Black with #80C6AD
Text Example
Text Example
White with #80C6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C6AD; }
p { color: rgb(128,198,173); }
H1.HeaderClassName
{
color: #80C6AD;
}
.AnyTagClassName
{
color: #80C6AD;
}
</style>
background-color css
<style>
a { background-color: #80C6AD; }
a { background-color: rgb(128,198,173); }
div.DivClassName
{
background-color: #80C6AD;
}
.BgClassName
{
background-color: #80C6AD;
}
</style>
border-color css
<style>
span { border-color: #80C6AD; }
span { border-color: rgb(128,198,173); }
td.TdClassName
{
border-color: #80C6AD;
}
.TagClassName
{
border-color: #80C6AD;
}
</style>