Shades of Monte Carlo #88BDBA
Tints of Monte Carlo #88BDBA
RGB
CMYK
RGB Variations
Color information
#88BDBA (or 0x88BDBA) is known color: Monte Carlo. HEX triplet: 88, BD and BA. RGB value is (136,189,186). Sum of RGB (Red+Green+Blue) = 136+189+186=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 189 - color contains mainly: green. Hex color #88BDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BDBA is #774245. Grayscale: #ACACAC. Windows color (decimal): -7815750 or 12238216. OLE color: 12238216.
HSL color Cylindrical-coordinate representation of color #88BDBA: hue angle of 176.6º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88BDBA is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 189 | 186 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.26 |
| HSL | 176.6º | 0.29% | 0.64% | - |
| HSV(B) | 176.6º | 0.28% | 0.74% | - |
| XYZ | 37.21 | 45.17 | 53.21 | - |
| YUV | 172.81 | 135.44 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 189 | 186 | 0.28 | 0 | 0.02 | 0.26 | 176.6 | 0.29 | 0.64 |
| Hex | 88 | BD | BA | 1C | 0 | 2 | 1A | B1 | 1D | 40 |
| Octal | 210 | 275 | 272 | 34 | 0 | 2 | 32 | 261 | 35 | 100 |
| Binary | 10001000 | 10111101 | 10111010 | 11100 | 0 | 10 | 11010 | 10110001 | 11101 | 1000000 |
Color Harmonies of #88BDBA
Complementary color
Monochromatic Colors of #88BDBA
Black with #88BDBA
Text Example
Text Example
White with #88BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BDBA; }
p { color: rgb(136,189,186); }
H1.HeaderClassName
{
color: #88BDBA;
}
.AnyTagClassName
{
color: #88BDBA;
}
</style>
background-color css
<style>
a { background-color: #88BDBA; }
a { background-color: rgb(136,189,186); }
div.DivClassName
{
background-color: #88BDBA;
}
.BgClassName
{
background-color: #88BDBA;
}
</style>
border-color css
<style>
span { border-color: #88BDBA; }
span { border-color: rgb(136,189,186); }
td.TdClassName
{
border-color: #88BDBA;
}
.TagClassName
{
border-color: #88BDBA;
}
</style>