Shades of Monte Carlo #71C1B3
Tints of Monte Carlo #71C1B3
RGB
CMYK
RGB Variations
Color information
#71C1B3 (or 0x71C1B3) is known color: Monte Carlo. HEX triplet: 71, C1 and B3. RGB value is (113,193,179). Sum of RGB (Red+Green+Blue) = 113+193+179=485 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.30% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 193 - color contains mainly: green. Hex color #71C1B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C1B3 is #8E3E4C. Grayscale: #A7A7A7. Windows color (decimal): -9322061 or 11780465. OLE color: 11780465.
HSL color Cylindrical-coordinate representation of color #71C1B3: hue angle of 169.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71C1B3 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 193 | 179 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.24 |
| HSL | 169.5º | 0.39% | 0.6% | - |
| HSV(B) | 169.5º | 0.41% | 0.76% | - |
| XYZ | 34.02 | 44.91 | 49.52 | - |
| YUV | 167.48 | 134.5 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 193 | 179 | 0.41 | 0 | 0.07 | 0.24 | 169.5 | 0.39 | 0.6 |
| Hex | 71 | C1 | B3 | 29 | 0 | 7 | 18 | AA | 27 | 3C |
| Octal | 161 | 301 | 263 | 51 | 0 | 7 | 30 | 252 | 47 | 74 |
| Binary | 1110001 | 11000001 | 10110011 | 101001 | 0 | 111 | 11000 | 10101010 | 100111 | 111100 |
Color Harmonies of #71C1B3
Complementary color
Monochromatic Colors of #71C1B3
Black with #71C1B3
Text Example
Text Example
White with #71C1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C1B3; }
p { color: rgb(113,193,179); }
H1.HeaderClassName
{
color: #71C1B3;
}
.AnyTagClassName
{
color: #71C1B3;
}
</style>
background-color css
<style>
a { background-color: #71C1B3; }
a { background-color: rgb(113,193,179); }
div.DivClassName
{
background-color: #71C1B3;
}
.BgClassName
{
background-color: #71C1B3;
}
</style>
border-color css
<style>
span { border-color: #71C1B3; }
span { border-color: rgb(113,193,179); }
td.TdClassName
{
border-color: #71C1B3;
}
.TagClassName
{
border-color: #71C1B3;
}
</style>