Shades of Monte Carlo #71C2BB
Tints of Monte Carlo #71C2BB
RGB
CMYK
RGB Variations
Color information
#71C2BB (or 0x71C2BB) is known color: Monte Carlo. HEX triplet: 71, C2 and BB. RGB value is (113,194,187). Sum of RGB (Red+Green+Blue) = 113+194+187=494 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.87% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 194 - color contains mainly: green. Hex color #71C2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C2BB is #8E3D44. Grayscale: #A8A8A8. Windows color (decimal): -9321797 or 12305009. OLE color: 12305009.
HSL color Cylindrical-coordinate representation of color #71C2BB: hue angle of 174.81º 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 #71C2BB is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 194 | 187 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.24 |
| HSL | 174.81º | 0.4% | 0.6% | - |
| HSV(B) | 174.81º | 0.42% | 0.76% | - |
| XYZ | 35.07 | 45.68 | 53.98 | - |
| YUV | 168.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 194 | 187 | 0.42 | 0 | 0.04 | 0.24 | 174.81 | 0.4 | 0.6 |
| Hex | 71 | C2 | BB | 2A | 0 | 4 | 18 | AF | 28 | 3C |
| Octal | 161 | 302 | 273 | 52 | 0 | 4 | 30 | 257 | 50 | 74 |
| Binary | 1110001 | 11000010 | 10111011 | 101010 | 0 | 100 | 11000 | 10101111 | 101000 | 111100 |
Color Harmonies of #71C2BB
Complementary color
Monochromatic Colors of #71C2BB
Black with #71C2BB
Text Example
Text Example
White with #71C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C2BB; }
p { color: rgb(113,194,187); }
H1.HeaderClassName
{
color: #71C2BB;
}
.AnyTagClassName
{
color: #71C2BB;
}
</style>
background-color css
<style>
a { background-color: #71C2BB; }
a { background-color: rgb(113,194,187); }
div.DivClassName
{
background-color: #71C2BB;
}
.BgClassName
{
background-color: #71C2BB;
}
</style>
border-color css
<style>
span { border-color: #71C2BB; }
span { border-color: rgb(113,194,187); }
td.TdClassName
{
border-color: #71C2BB;
}
.TagClassName
{
border-color: #71C2BB;
}
</style>