Shades of Monte Carlo #80CDAB
Tints of Monte Carlo #80CDAB
RGB
CMYK
RGB Variations
Color information
#80CDAB (or 0x80CDAB) is known color: Monte Carlo. HEX triplet: 80, CD and AB. RGB value is (128,205,171). Sum of RGB (Red+Green+Blue) = 128+205+171=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #80CDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CDAB is #7F3254. Grayscale: #B2B2B2. Windows color (decimal): -8335957 or 11259264. OLE color: 11259264.
HSL color Cylindrical-coordinate representation of color #80CDAB: hue angle of 153.51º 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 #80CDAB is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 205 | 171 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.20 |
| HSL | 153.51º | 0.44% | 0.65% | - |
| HSV(B) | 153.51º | 0.38% | 0.8% | - |
| XYZ | 38.08 | 51.19 | 46.4 | - |
| YUV | 178.1 | 123.99 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 205 | 171 | 0.38 | 0 | 0.17 | 0.20 | 153.51 | 0.44 | 0.65 |
| Hex | 80 | CD | AB | 26 | 0 | 11 | 14 | 9A | 2C | 41 |
| Octal | 200 | 315 | 253 | 46 | 0 | 21 | 24 | 232 | 54 | 101 |
| Binary | 10000000 | 11001101 | 10101011 | 100110 | 0 | 10001 | 10100 | 10011010 | 101100 | 1000001 |
Color Harmonies of #80CDAB
Complementary color
Monochromatic Colors of #80CDAB
Black with #80CDAB
Text Example
Text Example
White with #80CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CDAB; }
p { color: rgb(128,205,171); }
H1.HeaderClassName
{
color: #80CDAB;
}
.AnyTagClassName
{
color: #80CDAB;
}
</style>
background-color css
<style>
a { background-color: #80CDAB; }
a { background-color: rgb(128,205,171); }
div.DivClassName
{
background-color: #80CDAB;
}
.BgClassName
{
background-color: #80CDAB;
}
</style>
border-color css
<style>
span { border-color: #80CDAB; }
span { border-color: rgb(128,205,171); }
td.TdClassName
{
border-color: #80CDAB;
}
.TagClassName
{
border-color: #80CDAB;
}
</style>