Shades of Monte Carlo #80BDB7
Tints of Monte Carlo #80BDB7
RGB
CMYK
RGB Variations
Color information
#80BDB7 (or 0x80BDB7) is known color: Monte Carlo. HEX triplet: 80, BD and B7. RGB value is (128,189,183). Sum of RGB (Red+Green+Blue) = 128+189+183=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #80BDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BDB7 is #7F4248. Grayscale: #AAAAAA. Windows color (decimal): -8340041 or 12041600. OLE color: 12041600.
HSL color Cylindrical-coordinate representation of color #80BDB7: hue angle of 174.1º 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 #80BDB7 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 183 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.26 |
| HSL | 174.1º | 0.32% | 0.62% | - |
| HSV(B) | 174.1º | 0.32% | 0.74% | - |
| XYZ | 35.65 | 44.4 | 51.49 | - |
| YUV | 170.08 | 135.29 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 183 | 0.32 | 0 | 0.03 | 0.26 | 174.1 | 0.32 | 0.62 |
| Hex | 80 | BD | B7 | 20 | 0 | 3 | 1A | AE | 20 | 3E |
| Octal | 200 | 275 | 267 | 40 | 0 | 3 | 32 | 256 | 40 | 76 |
| Binary | 10000000 | 10111101 | 10110111 | 100000 | 0 | 11 | 11010 | 10101110 | 100000 | 111110 |
Color Harmonies of #80BDB7
Complementary color
Monochromatic Colors of #80BDB7
Black with #80BDB7
Text Example
Text Example
White with #80BDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BDB7; }
p { color: rgb(128,189,183); }
H1.HeaderClassName
{
color: #80BDB7;
}
.AnyTagClassName
{
color: #80BDB7;
}
</style>
background-color css
<style>
a { background-color: #80BDB7; }
a { background-color: rgb(128,189,183); }
div.DivClassName
{
background-color: #80BDB7;
}
.BgClassName
{
background-color: #80BDB7;
}
</style>
border-color css
<style>
span { border-color: #80BDB7; }
span { border-color: rgb(128,189,183); }
td.TdClassName
{
border-color: #80BDB7;
}
.TagClassName
{
border-color: #80BDB7;
}
</style>