Shades of Monte Carlo #80BFA9
Tints of Monte Carlo #80BFA9
RGB
CMYK
RGB Variations
Color information
#80BFA9 (or 0x80BFA9) is known color: Monte Carlo. HEX triplet: 80, BF and A9. RGB value is (128,191,169). Sum of RGB (Red+Green+Blue) = 128+191+169=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 191 - color contains mainly: green. Hex color #80BFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BFA9 is #7F4056. Grayscale: #A9A9A9. Windows color (decimal): -8339543 or 11124608. OLE color: 11124608.
HSL color Cylindrical-coordinate representation of color #80BFA9: hue angle of 159.05º 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 #80BFA9 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 191 | 169 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.25 |
| HSL | 159.05º | 0.33% | 0.63% | - |
| HSV(B) | 159.05º | 0.33% | 0.75% | - |
| XYZ | 34.69 | 44.72 | 44.34 | - |
| YUV | 169.66 | 127.63 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 169 | 0.33 | 0 | 0.12 | 0.25 | 159.05 | 0.33 | 0.63 |
| Hex | 80 | BF | A9 | 21 | 0 | C | 19 | 9F | 21 | 3F |
| Octal | 200 | 277 | 251 | 41 | 0 | 14 | 31 | 237 | 41 | 77 |
| Binary | 10000000 | 10111111 | 10101001 | 100001 | 0 | 1100 | 11001 | 10011111 | 100001 | 111111 |
Color Harmonies of #80BFA9
Complementary color
Monochromatic Colors of #80BFA9
Black with #80BFA9
Text Example
Text Example
White with #80BFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BFA9; }
p { color: rgb(128,191,169); }
H1.HeaderClassName
{
color: #80BFA9;
}
.AnyTagClassName
{
color: #80BFA9;
}
</style>
background-color css
<style>
a { background-color: #80BFA9; }
a { background-color: rgb(128,191,169); }
div.DivClassName
{
background-color: #80BFA9;
}
.BgClassName
{
background-color: #80BFA9;
}
</style>
border-color css
<style>
span { border-color: #80BFA9; }
span { border-color: rgb(128,191,169); }
td.TdClassName
{
border-color: #80BFA9;
}
.TagClassName
{
border-color: #80BFA9;
}
</style>