Shades of Monte Carlo #71C2BC
Tints of Monte Carlo #71C2BC
RGB
CMYK
RGB Variations
Color information
#71C2BC (or 0x71C2BC) is known color: Monte Carlo. HEX triplet: 71, C2 and BC. RGB value is (113,194,188). Sum of RGB (Red+Green+Blue) = 113+194+188=495 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.83% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 194 - color contains mainly: green. Hex color #71C2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C2BC is #8E3D43. Grayscale: #A9A9A9. Windows color (decimal): -9321796 or 12370545. OLE color: 12370545.
HSL color Cylindrical-coordinate representation of color #71C2BC: hue angle of 175.56º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71C2BC is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 194 | 188 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.24 |
| HSL | 175.56º | 0.4% | 0.6% | - |
| HSV(B) | 175.56º | 0.42% | 0.76% | - |
| XYZ | 35.18 | 45.73 | 54.55 | - |
| YUV | 169.1 | 138.66 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 194 | 188 | 0.42 | 0 | 0.03 | 0.24 | 175.56 | 0.4 | 0.6 |
| Hex | 71 | C2 | BC | 2A | 0 | 3 | 18 | B0 | 28 | 3C |
| Octal | 161 | 302 | 274 | 52 | 0 | 3 | 30 | 260 | 50 | 74 |
| Binary | 1110001 | 11000010 | 10111100 | 101010 | 0 | 11 | 11000 | 10110000 | 101000 | 111100 |
Color Harmonies of #71C2BC
Complementary color
Monochromatic Colors of #71C2BC
Black with #71C2BC
Text Example
Text Example
White with #71C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C2BC; }
p { color: rgb(113,194,188); }
H1.HeaderClassName
{
color: #71C2BC;
}
.AnyTagClassName
{
color: #71C2BC;
}
</style>
background-color css
<style>
a { background-color: #71C2BC; }
a { background-color: rgb(113,194,188); }
div.DivClassName
{
background-color: #71C2BC;
}
.BgClassName
{
background-color: #71C2BC;
}
</style>
border-color css
<style>
span { border-color: #71C2BC; }
span { border-color: rgb(113,194,188); }
td.TdClassName
{
border-color: #71C2BC;
}
.TagClassName
{
border-color: #71C2BC;
}
</style>