Shades of Monte Carlo #80CEAD
Tints of Monte Carlo #80CEAD
RGB
CMYK
RGB Variations
Color information
#80CEAD (or 0x80CEAD) is known color: Monte Carlo. HEX triplet: 80, CE and AD. RGB value is (128,206,173). Sum of RGB (Red+Green+Blue) = 128+206+173=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CEAD is #7F3152. Grayscale: #B2B2B2. Windows color (decimal): -8335699 or 11390592. OLE color: 11390592.
HSL color Cylindrical-coordinate representation of color #80CEAD: hue angle of 154.62º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CEAD is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 173 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.19 |
| HSL | 154.62º | 0.44% | 0.65% | - |
| HSV(B) | 154.62º | 0.38% | 0.81% | - |
| XYZ | 38.52 | 51.75 | 47.49 | - |
| YUV | 178.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 173 | 0.38 | 0 | 0.16 | 0.19 | 154.62 | 0.44 | 0.65 |
| Hex | 80 | CE | AD | 26 | 0 | 10 | 13 | 9B | 2C | 41 |
| Octal | 200 | 316 | 255 | 46 | 0 | 20 | 23 | 233 | 54 | 101 |
| Binary | 10000000 | 11001110 | 10101101 | 100110 | 0 | 10000 | 10011 | 10011011 | 101100 | 1000001 |
Color Harmonies of #80CEAD
Complementary color
Monochromatic Colors of #80CEAD
Black with #80CEAD
Text Example
Text Example
White with #80CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CEAD; }
p { color: rgb(128,206,173); }
H1.HeaderClassName
{
color: #80CEAD;
}
.AnyTagClassName
{
color: #80CEAD;
}
</style>
background-color css
<style>
a { background-color: #80CEAD; }
a { background-color: rgb(128,206,173); }
div.DivClassName
{
background-color: #80CEAD;
}
.BgClassName
{
background-color: #80CEAD;
}
</style>
border-color css
<style>
span { border-color: #80CEAD; }
span { border-color: rgb(128,206,173); }
td.TdClassName
{
border-color: #80CEAD;
}
.TagClassName
{
border-color: #80CEAD;
}
</style>