Shades of Monte Carlo #80C9AD
Tints of Monte Carlo #80C9AD
RGB
CMYK
RGB Variations
Color information
#80C9AD (or 0x80C9AD) is known color: Monte Carlo. HEX triplet: 80, C9 and AD. RGB value is (128,201,173). Sum of RGB (Red+Green+Blue) = 128+201+173=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 201 - color contains mainly: green. Hex color #80C9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C9AD is #7F3652. Grayscale: #B0B0B0. Windows color (decimal): -8336979 or 11389312. OLE color: 11389312.
HSL color Cylindrical-coordinate representation of color #80C9AD: hue angle of 156.99º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C9AD is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 201 | 173 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.21 |
| HSL | 156.99º | 0.4% | 0.65% | - |
| HSV(B) | 156.99º | 0.36% | 0.79% | - |
| XYZ | 37.33 | 49.38 | 47.1 | - |
| YUV | 175.98 | 126.32 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 173 | 0.36 | 0 | 0.14 | 0.21 | 156.99 | 0.4 | 0.65 |
| Hex | 80 | C9 | AD | 24 | 0 | E | 15 | 9D | 28 | 41 |
| Octal | 200 | 311 | 255 | 44 | 0 | 16 | 25 | 235 | 50 | 101 |
| Binary | 10000000 | 11001001 | 10101101 | 100100 | 0 | 1110 | 10101 | 10011101 | 101000 | 1000001 |
Color Harmonies of #80C9AD
Complementary color
Monochromatic Colors of #80C9AD
Black with #80C9AD
Text Example
Text Example
White with #80C9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C9AD; }
p { color: rgb(128,201,173); }
H1.HeaderClassName
{
color: #80C9AD;
}
.AnyTagClassName
{
color: #80C9AD;
}
</style>
background-color css
<style>
a { background-color: #80C9AD; }
a { background-color: rgb(128,201,173); }
div.DivClassName
{
background-color: #80C9AD;
}
.BgClassName
{
background-color: #80C9AD;
}
</style>
border-color css
<style>
span { border-color: #80C9AD; }
span { border-color: rgb(128,201,173); }
td.TdClassName
{
border-color: #80C9AD;
}
.TagClassName
{
border-color: #80C9AD;
}
</style>