Shades of Monte Carlo #80BEB9
Tints of Monte Carlo #80BEB9
RGB
CMYK
RGB Variations
Color information
#80BEB9 (or 0x80BEB9) is known color: Monte Carlo. HEX triplet: 80, BE and B9. RGB value is (128,190,185). Sum of RGB (Red+Green+Blue) = 128+190+185=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #80BEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BEB9 is #7F4146. Grayscale: #AAAAAA. Windows color (decimal): -8339783 or 12172928. OLE color: 12172928.
HSL color Cylindrical-coordinate representation of color #80BEB9: hue angle of 175.16º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BEB9 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 190 | 185 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.25 |
| HSL | 175.16º | 0.32% | 0.62% | - |
| HSV(B) | 175.16º | 0.33% | 0.75% | - |
| XYZ | 36.07 | 44.92 | 52.67 | - |
| YUV | 170.89 | 135.96 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 190 | 185 | 0.33 | 0 | 0.03 | 0.25 | 175.16 | 0.32 | 0.62 |
| Hex | 80 | BE | B9 | 21 | 0 | 3 | 19 | AF | 20 | 3E |
| Octal | 200 | 276 | 271 | 41 | 0 | 3 | 31 | 257 | 40 | 76 |
| Binary | 10000000 | 10111110 | 10111001 | 100001 | 0 | 11 | 11001 | 10101111 | 100000 | 111110 |
Color Harmonies of #80BEB9
Complementary color
Monochromatic Colors of #80BEB9
Black with #80BEB9
Text Example
Text Example
White with #80BEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BEB9; }
p { color: rgb(128,190,185); }
H1.HeaderClassName
{
color: #80BEB9;
}
.AnyTagClassName
{
color: #80BEB9;
}
</style>
background-color css
<style>
a { background-color: #80BEB9; }
a { background-color: rgb(128,190,185); }
div.DivClassName
{
background-color: #80BEB9;
}
.BgClassName
{
background-color: #80BEB9;
}
</style>
border-color css
<style>
span { border-color: #80BEB9; }
span { border-color: rgb(128,190,185); }
td.TdClassName
{
border-color: #80BEB9;
}
.TagClassName
{
border-color: #80BEB9;
}
</style>