Shades of Monte Carlo #81BCB5
Tints of Monte Carlo #81BCB5
RGB
CMYK
RGB Variations
Color information
#81BCB5 (or 0x81BCB5) is known color: Monte Carlo. HEX triplet: 81, BC and B5. RGB value is (129,188,181). Sum of RGB (Red+Green+Blue) = 129+188+181=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #81BCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BCB5 is #7E434A. Grayscale: #A9A9A9. Windows color (decimal): -8274763 or 11910273. OLE color: 11910273.
HSL color Cylindrical-coordinate representation of color #81BCB5: hue angle of 172.88º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81BCB5 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 181 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.26 |
| HSL | 172.88º | 0.31% | 0.62% | - |
| HSV(B) | 172.88º | 0.31% | 0.74% | - |
| XYZ | 35.38 | 43.97 | 50.34 | - |
| YUV | 169.56 | 134.45 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 181 | 0.31 | 0 | 0.04 | 0.26 | 172.88 | 0.31 | 0.62 |
| Hex | 81 | BC | B5 | 1F | 0 | 4 | 1A | AD | 1F | 3E |
| Octal | 201 | 274 | 265 | 37 | 0 | 4 | 32 | 255 | 37 | 76 |
| Binary | 10000001 | 10111100 | 10110101 | 11111 | 0 | 100 | 11010 | 10101101 | 11111 | 111110 |
Color Harmonies of #81BCB5
Complementary color
Monochromatic Colors of #81BCB5
Black with #81BCB5
Text Example
Text Example
White with #81BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BCB5; }
p { color: rgb(129,188,181); }
H1.HeaderClassName
{
color: #81BCB5;
}
.AnyTagClassName
{
color: #81BCB5;
}
</style>
background-color css
<style>
a { background-color: #81BCB5; }
a { background-color: rgb(129,188,181); }
div.DivClassName
{
background-color: #81BCB5;
}
.BgClassName
{
background-color: #81BCB5;
}
</style>
border-color css
<style>
span { border-color: #81BCB5; }
span { border-color: rgb(129,188,181); }
td.TdClassName
{
border-color: #81BCB5;
}
.TagClassName
{
border-color: #81BCB5;
}
</style>