Shades of Monte Carlo #80BDB3
Tints of Monte Carlo #80BDB3
RGB
CMYK
RGB Variations
Color information
#80BDB3 (or 0x80BDB3) is known color: Monte Carlo. HEX triplet: 80, BD and B3. RGB value is (128,189,179). Sum of RGB (Red+Green+Blue) = 128+189+179=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #80BDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BDB3 is #7F424C. Grayscale: #A9A9A9. Windows color (decimal): -8340045 or 11779456. OLE color: 11779456.
HSL color Cylindrical-coordinate representation of color #80BDB3: hue angle of 170.16º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BDB3 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 179 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.26 |
| HSL | 170.16º | 0.32% | 0.62% | - |
| HSV(B) | 170.16º | 0.32% | 0.74% | - |
| XYZ | 35.24 | 44.24 | 49.33 | - |
| YUV | 169.62 | 133.29 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 179 | 0.32 | 0 | 0.05 | 0.26 | 170.16 | 0.32 | 0.62 |
| Hex | 80 | BD | B3 | 20 | 0 | 5 | 1A | AA | 20 | 3E |
| Octal | 200 | 275 | 263 | 40 | 0 | 5 | 32 | 252 | 40 | 76 |
| Binary | 10000000 | 10111101 | 10110011 | 100000 | 0 | 101 | 11010 | 10101010 | 100000 | 111110 |
Color Harmonies of #80BDB3
Complementary color
Monochromatic Colors of #80BDB3
Black with #80BDB3
Text Example
Text Example
White with #80BDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BDB3; }
p { color: rgb(128,189,179); }
H1.HeaderClassName
{
color: #80BDB3;
}
.AnyTagClassName
{
color: #80BDB3;
}
</style>
background-color css
<style>
a { background-color: #80BDB3; }
a { background-color: rgb(128,189,179); }
div.DivClassName
{
background-color: #80BDB3;
}
.BgClassName
{
background-color: #80BDB3;
}
</style>
border-color css
<style>
span { border-color: #80BDB3; }
span { border-color: rgb(128,189,179); }
td.TdClassName
{
border-color: #80BDB3;
}
.TagClassName
{
border-color: #80BDB3;
}
</style>