Shades of Monte Carlo #80BDAF
Tints of Monte Carlo #80BDAF
RGB
CMYK
RGB Variations
Color information
#80BDAF (or 0x80BDAF) is known color: Monte Carlo. HEX triplet: 80, BD and AF. RGB value is (128,189,175). Sum of RGB (Red+Green+Blue) = 128+189+175=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #80BDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BDAF is #7F4250. Grayscale: #A9A9A9. Windows color (decimal): -8340049 or 11517312. OLE color: 11517312.
HSL color Cylindrical-coordinate representation of color #80BDAF: hue angle of 166.23º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BDAF is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 175 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.26 |
| HSL | 166.23º | 0.32% | 0.62% | - |
| HSV(B) | 166.23º | 0.32% | 0.74% | - |
| XYZ | 34.84 | 44.08 | 47.23 | - |
| YUV | 169.17 | 131.29 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 175 | 0.32 | 0 | 0.07 | 0.26 | 166.23 | 0.32 | 0.62 |
| Hex | 80 | BD | AF | 20 | 0 | 7 | 1A | A6 | 20 | 3E |
| Octal | 200 | 275 | 257 | 40 | 0 | 7 | 32 | 246 | 40 | 76 |
| Binary | 10000000 | 10111101 | 10101111 | 100000 | 0 | 111 | 11010 | 10100110 | 100000 | 111110 |
Color Harmonies of #80BDAF
Complementary color
Monochromatic Colors of #80BDAF
Black with #80BDAF
Text Example
Text Example
White with #80BDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BDAF; }
p { color: rgb(128,189,175); }
H1.HeaderClassName
{
color: #80BDAF;
}
.AnyTagClassName
{
color: #80BDAF;
}
</style>
background-color css
<style>
a { background-color: #80BDAF; }
a { background-color: rgb(128,189,175); }
div.DivClassName
{
background-color: #80BDAF;
}
.BgClassName
{
background-color: #80BDAF;
}
</style>
border-color css
<style>
span { border-color: #80BDAF; }
span { border-color: rgb(128,189,175); }
td.TdClassName
{
border-color: #80BDAF;
}
.TagClassName
{
border-color: #80BDAF;
}
</style>