Shades of Monte Carlo #88BFBF
Tints of Monte Carlo #88BFBF
RGB
CMYK
RGB Variations
Color information
#88BFBF (or 0x88BFBF) is known color: Monte Carlo. HEX triplet: 88, BF and BF. RGB value is (136,191,191). Sum of RGB (Red+Green+Blue) = 136+191+191=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #88BFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BFBF is #774040. Grayscale: #AEAEAE. Windows color (decimal): -7815233 or 12566408. OLE color: 12566408.
HSL color Cylindrical-coordinate representation of color #88BFBF: hue angle of 180º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88BFBF is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 191 | 191 | - |
| CMYK | 0.29 | 0 | 0 | 0.25 |
| HSL | 180º | 0.3% | 0.64% | - |
| HSV(B) | 180º | 0.29% | 0.75% | - |
| XYZ | 38.19 | 46.26 | 56.21 | - |
| YUV | 174.56 | 137.28 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 191 | 191 | 0.29 | 0 | 0 | 0.25 | 180 | 0.3 | 0.64 |
| Hex | 88 | BF | BF | 1D | 0 | 0 | 19 | B4 | 1E | 40 |
| Octal | 210 | 277 | 277 | 35 | 0 | 0 | 31 | 264 | 36 | 100 |
| Binary | 10001000 | 10111111 | 10111111 | 11101 | 0 | 0 | 11001 | 10110100 | 11110 | 1000000 |
Color Harmonies of #88BFBF
Complementary color
Monochromatic Colors of #88BFBF
Black with #88BFBF
Text Example
Text Example
White with #88BFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BFBF; }
p { color: rgb(136,191,191); }
H1.HeaderClassName
{
color: #88BFBF;
}
.AnyTagClassName
{
color: #88BFBF;
}
</style>
background-color css
<style>
a { background-color: #88BFBF; }
a { background-color: rgb(136,191,191); }
div.DivClassName
{
background-color: #88BFBF;
}
.BgClassName
{
background-color: #88BFBF;
}
</style>
border-color css
<style>
span { border-color: #88BFBF; }
span { border-color: rgb(136,191,191); }
td.TdClassName
{
border-color: #88BFBF;
}
.TagClassName
{
border-color: #88BFBF;
}
</style>