Shades of Monte Carlo #80BAAF
Tints of Monte Carlo #80BAAF
RGB
CMYK
RGB Variations
Color information
#80BAAF (or 0x80BAAF) is known color: Monte Carlo. HEX triplet: 80, BA and AF. RGB value is (128,186,175). Sum of RGB (Red+Green+Blue) = 128+186+175=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #80BAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BAAF is #7F4550. Grayscale: #A7A7A7. Windows color (decimal): -8340817 or 11516544. OLE color: 11516544.
HSL color Cylindrical-coordinate representation of color #80BAAF: hue angle of 168.62º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80BAAF is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 175 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.27 |
| HSL | 168.62º | 0.3% | 0.62% | - |
| HSV(B) | 168.62º | 0.31% | 0.73% | - |
| XYZ | 34.2 | 42.8 | 47.02 | - |
| YUV | 167.4 | 132.28 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 175 | 0.31 | 0 | 0.06 | 0.27 | 168.62 | 0.3 | 0.62 |
| Hex | 80 | BA | AF | 1F | 0 | 6 | 1B | A9 | 1E | 3E |
| Octal | 200 | 272 | 257 | 37 | 0 | 6 | 33 | 251 | 36 | 76 |
| Binary | 10000000 | 10111010 | 10101111 | 11111 | 0 | 110 | 11011 | 10101001 | 11110 | 111110 |
Color Harmonies of #80BAAF
Complementary color
Monochromatic Colors of #80BAAF
Black with #80BAAF
Text Example
Text Example
White with #80BAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BAAF; }
p { color: rgb(128,186,175); }
H1.HeaderClassName
{
color: #80BAAF;
}
.AnyTagClassName
{
color: #80BAAF;
}
</style>
background-color css
<style>
a { background-color: #80BAAF; }
a { background-color: rgb(128,186,175); }
div.DivClassName
{
background-color: #80BAAF;
}
.BgClassName
{
background-color: #80BAAF;
}
</style>
border-color css
<style>
span { border-color: #80BAAF; }
span { border-color: rgb(128,186,175); }
td.TdClassName
{
border-color: #80BAAF;
}
.TagClassName
{
border-color: #80BAAF;
}
</style>