Shades of Monte Carlo #80CDAA
Tints of Monte Carlo #80CDAA
RGB
CMYK
RGB Variations
Color information
#80CDAA (or 0x80CDAA) is known color: Monte Carlo. HEX triplet: 80, CD and AA. RGB value is (128,205,170). Sum of RGB (Red+Green+Blue) = 128+205+170=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #80CDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CDAA is #7F3255. Grayscale: #B2B2B2. Windows color (decimal): -8335958 or 11193728. OLE color: 11193728.
HSL color Cylindrical-coordinate representation of color #80CDAA: hue angle of 152.73º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CDAA is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 205 | 170 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.20 |
| HSL | 152.73º | 0.44% | 0.65% | - |
| HSV(B) | 152.73º | 0.38% | 0.8% | - |
| XYZ | 37.99 | 51.15 | 45.9 | - |
| YUV | 177.99 | 123.49 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 205 | 170 | 0.38 | 0 | 0.17 | 0.20 | 152.73 | 0.44 | 0.65 |
| Hex | 80 | CD | AA | 26 | 0 | 11 | 14 | 99 | 2C | 41 |
| Octal | 200 | 315 | 252 | 46 | 0 | 21 | 24 | 231 | 54 | 101 |
| Binary | 10000000 | 11001101 | 10101010 | 100110 | 0 | 10001 | 10100 | 10011001 | 101100 | 1000001 |
Color Harmonies of #80CDAA
Complementary color
Monochromatic Colors of #80CDAA
Black with #80CDAA
Text Example
Text Example
White with #80CDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CDAA; }
p { color: rgb(128,205,170); }
H1.HeaderClassName
{
color: #80CDAA;
}
.AnyTagClassName
{
color: #80CDAA;
}
</style>
background-color css
<style>
a { background-color: #80CDAA; }
a { background-color: rgb(128,205,170); }
div.DivClassName
{
background-color: #80CDAA;
}
.BgClassName
{
background-color: #80CDAA;
}
</style>
border-color css
<style>
span { border-color: #80CDAA; }
span { border-color: rgb(128,205,170); }
td.TdClassName
{
border-color: #80CDAA;
}
.TagClassName
{
border-color: #80CDAA;
}
</style>