Shades of Monte Carlo #80BEB5
Tints of Monte Carlo #80BEB5
RGB
CMYK
RGB Variations
Color information
#80BEB5 (or 0x80BEB5) is known color: Monte Carlo. HEX triplet: 80, BE and B5. RGB value is (128,190,181). Sum of RGB (Red+Green+Blue) = 128+190+181=499 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.65% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 190 - color contains mainly: green. Hex color #80BEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BEB5 is #7F414A. Grayscale: #AAAAAA. Windows color (decimal): -8339787 or 11910784. OLE color: 11910784.
HSL color Cylindrical-coordinate representation of color #80BEB5: hue angle of 171.29º 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 #80BEB5 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 190 | 181 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.25 |
| HSL | 171.29º | 0.32% | 0.62% | - |
| HSV(B) | 171.29º | 0.33% | 0.75% | - |
| XYZ | 35.66 | 44.75 | 50.47 | - |
| YUV | 170.44 | 133.96 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 190 | 181 | 0.33 | 0 | 0.05 | 0.25 | 171.29 | 0.32 | 0.62 |
| Hex | 80 | BE | B5 | 21 | 0 | 5 | 19 | AB | 20 | 3E |
| Octal | 200 | 276 | 265 | 41 | 0 | 5 | 31 | 253 | 40 | 76 |
| Binary | 10000000 | 10111110 | 10110101 | 100001 | 0 | 101 | 11001 | 10101011 | 100000 | 111110 |
Color Harmonies of #80BEB5
Complementary color
Monochromatic Colors of #80BEB5
Black with #80BEB5
Text Example
Text Example
White with #80BEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BEB5; }
p { color: rgb(128,190,181); }
H1.HeaderClassName
{
color: #80BEB5;
}
.AnyTagClassName
{
color: #80BEB5;
}
</style>
background-color css
<style>
a { background-color: #80BEB5; }
a { background-color: rgb(128,190,181); }
div.DivClassName
{
background-color: #80BEB5;
}
.BgClassName
{
background-color: #80BEB5;
}
</style>
border-color css
<style>
span { border-color: #80BEB5; }
span { border-color: rgb(128,190,181); }
td.TdClassName
{
border-color: #80BEB5;
}
.TagClassName
{
border-color: #80BEB5;
}
</style>