Shades of Monte Carlo #71C5BA
Tints of Monte Carlo #71C5BA
RGB
CMYK
RGB Variations
Color information
#71C5BA (or 0x71C5BA) is known color: Monte Carlo. HEX triplet: 71, C5 and BA. RGB value is (113,197,186). Sum of RGB (Red+Green+Blue) = 113+197+186=496 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.78% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 197 - color contains mainly: green. Hex color #71C5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C5BA is #8E3A45. Grayscale: #AAAAAA. Windows color (decimal): -9321030 or 12240241. OLE color: 12240241.
HSL color Cylindrical-coordinate representation of color #71C5BA: hue angle of 172.14º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71C5BA is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 197 | 186 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.23 |
| HSL | 172.14º | 0.42% | 0.61% | - |
| HSV(B) | 172.14º | 0.43% | 0.77% | - |
| XYZ | 35.64 | 46.99 | 53.65 | - |
| YUV | 170.63 | 136.67 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 197 | 186 | 0.43 | 0 | 0.06 | 0.23 | 172.14 | 0.42 | 0.61 |
| Hex | 71 | C5 | BA | 2B | 0 | 6 | 17 | AC | 2A | 3D |
| Octal | 161 | 305 | 272 | 53 | 0 | 6 | 27 | 254 | 52 | 75 |
| Binary | 1110001 | 11000101 | 10111010 | 101011 | 0 | 110 | 10111 | 10101100 | 101010 | 111101 |
Color Harmonies of #71C5BA
Complementary color
Monochromatic Colors of #71C5BA
Black with #71C5BA
Text Example
Text Example
White with #71C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C5BA; }
p { color: rgb(113,197,186); }
H1.HeaderClassName
{
color: #71C5BA;
}
.AnyTagClassName
{
color: #71C5BA;
}
</style>
background-color css
<style>
a { background-color: #71C5BA; }
a { background-color: rgb(113,197,186); }
div.DivClassName
{
background-color: #71C5BA;
}
.BgClassName
{
background-color: #71C5BA;
}
</style>
border-color css
<style>
span { border-color: #71C5BA; }
span { border-color: rgb(113,197,186); }
td.TdClassName
{
border-color: #71C5BA;
}
.TagClassName
{
border-color: #71C5BA;
}
</style>