Shades of Monte Carlo #71C8B5
Tints of Monte Carlo #71C8B5
RGB
CMYK
RGB Variations
Color information
#71C8B5 (or 0x71C8B5) is known color: Monte Carlo. HEX triplet: 71, C8 and B5. RGB value is (113,200,181). Sum of RGB (Red+Green+Blue) = 113+200+181=494 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.87% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #71C8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C8B5 is #8E374A. Grayscale: #ABABAB. Windows color (decimal): -9320267 or 11913329. OLE color: 11913329.
HSL color Cylindrical-coordinate representation of color #71C8B5: hue angle of 166.9º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71C8B5 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 200 | 181 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.22 |
| HSL | 166.9º | 0.44% | 0.61% | - |
| HSV(B) | 166.9º | 0.44% | 0.78% | - |
| XYZ | 35.8 | 48.16 | 51.12 | - |
| YUV | 171.82 | 133.18 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 200 | 181 | 0.44 | 0 | 0.09 | 0.22 | 166.9 | 0.44 | 0.61 |
| Hex | 71 | C8 | B5 | 2C | 0 | 9 | 16 | A7 | 2C | 3D |
| Octal | 161 | 310 | 265 | 54 | 0 | 11 | 26 | 247 | 54 | 75 |
| Binary | 1110001 | 11001000 | 10110101 | 101100 | 0 | 1001 | 10110 | 10100111 | 101100 | 111101 |
Color Harmonies of #71C8B5
Complementary color
Monochromatic Colors of #71C8B5
Black with #71C8B5
Text Example
Text Example
White with #71C8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C8B5; }
p { color: rgb(113,200,181); }
H1.HeaderClassName
{
color: #71C8B5;
}
.AnyTagClassName
{
color: #71C8B5;
}
</style>
background-color css
<style>
a { background-color: #71C8B5; }
a { background-color: rgb(113,200,181); }
div.DivClassName
{
background-color: #71C8B5;
}
.BgClassName
{
background-color: #71C8B5;
}
</style>
border-color css
<style>
span { border-color: #71C8B5; }
span { border-color: rgb(113,200,181); }
td.TdClassName
{
border-color: #71C8B5;
}
.TagClassName
{
border-color: #71C8B5;
}
</style>