Shades of Monte Carlo #80BBAF
Tints of Monte Carlo #80BBAF
RGB
CMYK
RGB Variations
Color information
#80BBAF (or 0x80BBAF) is known color: Monte Carlo. HEX triplet: 80, BB and AF. RGB value is (128,187,175). Sum of RGB (Red+Green+Blue) = 128+187+175=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 187 - color contains mainly: green. Hex color #80BBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BBAF is #7F4450. Grayscale: #A7A7A7. Windows color (decimal): -8340561 or 11516800. OLE color: 11516800.
HSL color Cylindrical-coordinate representation of color #80BBAF: hue angle of 167.8º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BBAF is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 175 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.27 |
| HSL | 167.8º | 0.3% | 0.62% | - |
| HSV(B) | 167.8º | 0.32% | 0.73% | - |
| XYZ | 34.41 | 43.22 | 47.09 | - |
| YUV | 167.99 | 131.95 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 175 | 0.32 | 0 | 0.06 | 0.27 | 167.8 | 0.3 | 0.62 |
| Hex | 80 | BB | AF | 20 | 0 | 6 | 1B | A8 | 1E | 3E |
| Octal | 200 | 273 | 257 | 40 | 0 | 6 | 33 | 250 | 36 | 76 |
| Binary | 10000000 | 10111011 | 10101111 | 100000 | 0 | 110 | 11011 | 10101000 | 11110 | 111110 |
Color Harmonies of #80BBAF
Complementary color
Monochromatic Colors of #80BBAF
Black with #80BBAF
Text Example
Text Example
White with #80BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BBAF; }
p { color: rgb(128,187,175); }
H1.HeaderClassName
{
color: #80BBAF;
}
.AnyTagClassName
{
color: #80BBAF;
}
</style>
background-color css
<style>
a { background-color: #80BBAF; }
a { background-color: rgb(128,187,175); }
div.DivClassName
{
background-color: #80BBAF;
}
.BgClassName
{
background-color: #80BBAF;
}
</style>
border-color css
<style>
span { border-color: #80BBAF; }
span { border-color: rgb(128,187,175); }
td.TdClassName
{
border-color: #80BBAF;
}
.TagClassName
{
border-color: #80BBAF;
}
</style>