Shades of Monte Carlo #71BCB7
Tints of Monte Carlo #71BCB7
RGB
CMYK
RGB Variations
Color information
#71BCB7 (or 0x71BCB7) is known color: Monte Carlo. HEX triplet: 71, BC and B7. RGB value is (113,188,183). Sum of RGB (Red+Green+Blue) = 113+188+183=484 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.35% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #71BCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BCB7 is #8E4348. Grayscale: #A4A4A4. Windows color (decimal): -9323337 or 12041329. OLE color: 12041329.
HSL color Cylindrical-coordinate representation of color #71BCB7: hue angle of 176º 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 #71BCB7 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 183 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.26 |
| HSL | 176º | 0.36% | 0.59% | - |
| HSV(B) | 176º | 0.4% | 0.74% | - |
| XYZ | 33.34 | 42.9 | 51.32 | - |
| YUV | 165.01 | 138.15 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 183 | 0.40 | 0 | 0.03 | 0.26 | 176 | 0.36 | 0.59 |
| Hex | 71 | BC | B7 | 28 | 0 | 3 | 1A | B0 | 24 | 3B |
| Octal | 161 | 274 | 267 | 50 | 0 | 3 | 32 | 260 | 44 | 73 |
| Binary | 1110001 | 10111100 | 10110111 | 101000 | 0 | 11 | 11010 | 10110000 | 100100 | 111011 |
Color Harmonies of #71BCB7
Complementary color
Monochromatic Colors of #71BCB7
Black with #71BCB7
Text Example
Text Example
White with #71BCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BCB7; }
p { color: rgb(113,188,183); }
H1.HeaderClassName
{
color: #71BCB7;
}
.AnyTagClassName
{
color: #71BCB7;
}
</style>
background-color css
<style>
a { background-color: #71BCB7; }
a { background-color: rgb(113,188,183); }
div.DivClassName
{
background-color: #71BCB7;
}
.BgClassName
{
background-color: #71BCB7;
}
</style>
border-color css
<style>
span { border-color: #71BCB7; }
span { border-color: rgb(113,188,183); }
td.TdClassName
{
border-color: #71BCB7;
}
.TagClassName
{
border-color: #71BCB7;
}
</style>