Shades of Monte Carlo #71BCB6
Tints of Monte Carlo #71BCB6
RGB
CMYK
RGB Variations
Color information
#71BCB6 (or 0x71BCB6) is known color: Monte Carlo. HEX triplet: 71, BC and B6. RGB value is (113,188,182). Sum of RGB (Red+Green+Blue) = 113+188+182=483 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.40% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #71BCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BCB6 is #8E4349. Grayscale: #A4A4A4. Windows color (decimal): -9323338 or 11975793. OLE color: 11975793.
HSL color Cylindrical-coordinate representation of color #71BCB6: hue angle of 175.2º 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 #71BCB6 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 182 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.26 |
| HSL | 175.2º | 0.36% | 0.59% | - |
| HSV(B) | 175.2º | 0.4% | 0.74% | - |
| XYZ | 33.24 | 42.85 | 50.78 | - |
| YUV | 164.89 | 137.65 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 182 | 0.40 | 0 | 0.03 | 0.26 | 175.2 | 0.36 | 0.59 |
| Hex | 71 | BC | B6 | 28 | 0 | 3 | 1A | AF | 24 | 3B |
| Octal | 161 | 274 | 266 | 50 | 0 | 3 | 32 | 257 | 44 | 73 |
| Binary | 1110001 | 10111100 | 10110110 | 101000 | 0 | 11 | 11010 | 10101111 | 100100 | 111011 |
Color Harmonies of #71BCB6
Complementary color
Monochromatic Colors of #71BCB6
Black with #71BCB6
Text Example
Text Example
White with #71BCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BCB6; }
p { color: rgb(113,188,182); }
H1.HeaderClassName
{
color: #71BCB6;
}
.AnyTagClassName
{
color: #71BCB6;
}
</style>
background-color css
<style>
a { background-color: #71BCB6; }
a { background-color: rgb(113,188,182); }
div.DivClassName
{
background-color: #71BCB6;
}
.BgClassName
{
background-color: #71BCB6;
}
</style>
border-color css
<style>
span { border-color: #71BCB6; }
span { border-color: rgb(113,188,182); }
td.TdClassName
{
border-color: #71BCB6;
}
.TagClassName
{
border-color: #71BCB6;
}
</style>