Shades of Monte Carlo #71BCBA
Tints of Monte Carlo #71BCBA
RGB
CMYK
RGB Variations
Color information
#71BCBA (or 0x71BCBA) is known color: Monte Carlo. HEX triplet: 71, BC and BA. RGB value is (113,188,186). Sum of RGB (Red+Green+Blue) = 113+188+186=487 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.20% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 188 - color contains mainly: green. Hex color #71BCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BCBA is #8E4345. Grayscale: #A5A5A5. Windows color (decimal): -9323334 or 12237937. OLE color: 12237937.
HSL color Cylindrical-coordinate representation of color #71BCBA: hue angle of 178.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BCBA is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 186 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.26 |
| HSL | 178.4º | 0.36% | 0.59% | - |
| HSV(B) | 178.4º | 0.4% | 0.74% | - |
| XYZ | 33.66 | 43.02 | 52.98 | - |
| YUV | 165.35 | 139.65 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 186 | 0.40 | 0 | 0.01 | 0.26 | 178.4 | 0.36 | 0.59 |
| Hex | 71 | BC | BA | 28 | 0 | 1 | 1A | B2 | 24 | 3B |
| Octal | 161 | 274 | 272 | 50 | 0 | 1 | 32 | 262 | 44 | 73 |
| Binary | 1110001 | 10111100 | 10111010 | 101000 | 0 | 1 | 11010 | 10110010 | 100100 | 111011 |
Color Harmonies of #71BCBA
Complementary color
Monochromatic Colors of #71BCBA
Black with #71BCBA
Text Example
Text Example
White with #71BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BCBA; }
p { color: rgb(113,188,186); }
H1.HeaderClassName
{
color: #71BCBA;
}
.AnyTagClassName
{
color: #71BCBA;
}
</style>
background-color css
<style>
a { background-color: #71BCBA; }
a { background-color: rgb(113,188,186); }
div.DivClassName
{
background-color: #71BCBA;
}
.BgClassName
{
background-color: #71BCBA;
}
</style>
border-color css
<style>
span { border-color: #71BCBA; }
span { border-color: rgb(113,188,186); }
td.TdClassName
{
border-color: #71BCBA;
}
.TagClassName
{
border-color: #71BCBA;
}
</style>