Shades of Monte Carlo #71C0BD
Tints of Monte Carlo #71C0BD
RGB
CMYK
RGB Variations
Color information
#71C0BD (or 0x71C0BD) is known color: Monte Carlo. HEX triplet: 71, C0 and BD. RGB value is (113,192,189). Sum of RGB (Red+Green+Blue) = 113+192+189=494 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.87% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #71C0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C0BD is #8E3F42. Grayscale: #A7A7A7. Windows color (decimal): -9322307 or 12435569. OLE color: 12435569.
HSL color Cylindrical-coordinate representation of color #71C0BD: hue angle of 177.72º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71C0BD is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 192 | 189 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.25 |
| HSL | 177.72º | 0.39% | 0.6% | - |
| HSV(B) | 177.72º | 0.41% | 0.75% | - |
| XYZ | 34.85 | 44.88 | 54.97 | - |
| YUV | 168.04 | 139.83 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 192 | 189 | 0.41 | 0 | 0.02 | 0.25 | 177.72 | 0.39 | 0.6 |
| Hex | 71 | C0 | BD | 29 | 0 | 2 | 19 | B2 | 27 | 3C |
| Octal | 161 | 300 | 275 | 51 | 0 | 2 | 31 | 262 | 47 | 74 |
| Binary | 1110001 | 11000000 | 10111101 | 101001 | 0 | 10 | 11001 | 10110010 | 100111 | 111100 |
Color Harmonies of #71C0BD
Complementary color
Monochromatic Colors of #71C0BD
Black with #71C0BD
Text Example
Text Example
White with #71C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C0BD; }
p { color: rgb(113,192,189); }
H1.HeaderClassName
{
color: #71C0BD;
}
.AnyTagClassName
{
color: #71C0BD;
}
</style>
background-color css
<style>
a { background-color: #71C0BD; }
a { background-color: rgb(113,192,189); }
div.DivClassName
{
background-color: #71C0BD;
}
.BgClassName
{
background-color: #71C0BD;
}
</style>
border-color css
<style>
span { border-color: #71C0BD; }
span { border-color: rgb(113,192,189); }
td.TdClassName
{
border-color: #71C0BD;
}
.TagClassName
{
border-color: #71C0BD;
}
</style>