Shades of Monte Carlo #80BBAE
Tints of Monte Carlo #80BBAE
RGB
CMYK
RGB Variations
Color information
#80BBAE (or 0x80BBAE) is known color: Monte Carlo. HEX triplet: 80, BB and AE. RGB value is (128,187,174). Sum of RGB (Red+Green+Blue) = 128+187+174=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 187 - color contains mainly: green. Hex color #80BBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BBAE is #7F4451. Grayscale: #A7A7A7. Windows color (decimal): -8340562 or 11451264. OLE color: 11451264.
HSL color Cylindrical-coordinate representation of color #80BBAE: hue angle of 166.78º 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 #80BBAE is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 174 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.27 |
| HSL | 166.78º | 0.3% | 0.62% | - |
| HSV(B) | 166.78º | 0.32% | 0.73% | - |
| XYZ | 34.31 | 43.19 | 46.57 | - |
| YUV | 167.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 174 | 0.32 | 0 | 0.07 | 0.27 | 166.78 | 0.3 | 0.62 |
| Hex | 80 | BB | AE | 20 | 0 | 7 | 1B | A7 | 1E | 3E |
| Octal | 200 | 273 | 256 | 40 | 0 | 7 | 33 | 247 | 36 | 76 |
| Binary | 10000000 | 10111011 | 10101110 | 100000 | 0 | 111 | 11011 | 10100111 | 11110 | 111110 |
Color Harmonies of #80BBAE
Complementary color
Monochromatic Colors of #80BBAE
Black with #80BBAE
Text Example
Text Example
White with #80BBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BBAE; }
p { color: rgb(128,187,174); }
H1.HeaderClassName
{
color: #80BBAE;
}
.AnyTagClassName
{
color: #80BBAE;
}
</style>
background-color css
<style>
a { background-color: #80BBAE; }
a { background-color: rgb(128,187,174); }
div.DivClassName
{
background-color: #80BBAE;
}
.BgClassName
{
background-color: #80BBAE;
}
</style>
border-color css
<style>
span { border-color: #80BBAE; }
span { border-color: rgb(128,187,174); }
td.TdClassName
{
border-color: #80BBAE;
}
.TagClassName
{
border-color: #80BBAE;
}
</style>