Shades of Monte Carlo #68BFB6
Tints of Monte Carlo #68BFB6
RGB
CMYK
RGB Variations
Color information
#68BFB6 (or 0x68BFB6) is known color: Monte Carlo. HEX triplet: 68, BF and B6. RGB value is (104,191,182). Sum of RGB (Red+Green+Blue) = 104+191+182=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #68BFB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFB6 is #974049. Grayscale: #A3A3A3. Windows color (decimal): -9912394 or 11976552. OLE color: 11976552.
HSL color Cylindrical-coordinate representation of color #68BFB6: hue angle of 173.79º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68BFB6 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 191 | 182 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.25 |
| HSL | 173.79º | 0.4% | 0.58% | - |
| HSV(B) | 173.79º | 0.46% | 0.75% | - |
| XYZ | 32.78 | 43.58 | 50.94 | - |
| YUV | 163.96 | 138.18 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 182 | 0.46 | 0 | 0.05 | 0.25 | 173.79 | 0.4 | 0.58 |
| Hex | 68 | BF | B6 | 2E | 0 | 5 | 19 | AE | 28 | 3A |
| Octal | 150 | 277 | 266 | 56 | 0 | 5 | 31 | 256 | 50 | 72 |
| Binary | 1101000 | 10111111 | 10110110 | 101110 | 0 | 101 | 11001 | 10101110 | 101000 | 111010 |
Color Harmonies of #68BFB6
Complementary color
Monochromatic Colors of #68BFB6
Black with #68BFB6
Text Example
Text Example
White with #68BFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFB6; }
p { color: rgb(104,191,182); }
H1.HeaderClassName
{
color: #68BFB6;
}
.AnyTagClassName
{
color: #68BFB6;
}
</style>
background-color css
<style>
a { background-color: #68BFB6; }
a { background-color: rgb(104,191,182); }
div.DivClassName
{
background-color: #68BFB6;
}
.BgClassName
{
background-color: #68BFB6;
}
</style>
border-color css
<style>
span { border-color: #68BFB6; }
span { border-color: rgb(104,191,182); }
td.TdClassName
{
border-color: #68BFB6;
}
.TagClassName
{
border-color: #68BFB6;
}
</style>