Shades of Monte Carlo #80BFA6
Tints of Monte Carlo #80BFA6
RGB
CMYK
RGB Variations
Color information
#80BFA6 (or 0x80BFA6) is known color: Monte Carlo. HEX triplet: 80, BF and A6. RGB value is (128,191,166). Sum of RGB (Red+Green+Blue) = 128+191+166=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 191 - color contains mainly: green. Hex color #80BFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BFA6 is #7F4059. Grayscale: #A9A9A9. Windows color (decimal): -8339546 or 10928000. OLE color: 10928000.
HSL color Cylindrical-coordinate representation of color #80BFA6: hue angle of 156.19º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BFA6 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 191 | 166 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.25 |
| HSL | 156.19º | 0.33% | 0.63% | - |
| HSV(B) | 156.19º | 0.33% | 0.75% | - |
| XYZ | 34.42 | 44.6 | 42.87 | - |
| YUV | 169.31 | 126.13 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 166 | 0.33 | 0 | 0.13 | 0.25 | 156.19 | 0.33 | 0.63 |
| Hex | 80 | BF | A6 | 21 | 0 | D | 19 | 9C | 21 | 3F |
| Octal | 200 | 277 | 246 | 41 | 0 | 15 | 31 | 234 | 41 | 77 |
| Binary | 10000000 | 10111111 | 10100110 | 100001 | 0 | 1101 | 11001 | 10011100 | 100001 | 111111 |
Color Harmonies of #80BFA6
Complementary color
Monochromatic Colors of #80BFA6
Black with #80BFA6
Text Example
Text Example
White with #80BFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BFA6; }
p { color: rgb(128,191,166); }
H1.HeaderClassName
{
color: #80BFA6;
}
.AnyTagClassName
{
color: #80BFA6;
}
</style>
background-color css
<style>
a { background-color: #80BFA6; }
a { background-color: rgb(128,191,166); }
div.DivClassName
{
background-color: #80BFA6;
}
.BgClassName
{
background-color: #80BFA6;
}
</style>
border-color css
<style>
span { border-color: #80BFA6; }
span { border-color: rgb(128,191,166); }
td.TdClassName
{
border-color: #80BFA6;
}
.TagClassName
{
border-color: #80BFA6;
}
</style>