Shades of Monte Carlo #71BFB0
Tints of Monte Carlo #71BFB0
RGB
CMYK
RGB Variations
Color information
#71BFB0 (or 0x71BFB0) is known color: Monte Carlo. HEX triplet: 71, BF and B0. RGB value is (113,191,176). Sum of RGB (Red+Green+Blue) = 113+191+176=480 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.54% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 191 - color contains mainly: green. Hex color #71BFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BFB0 is #8E404F. Grayscale: #A5A5A5. Windows color (decimal): -9322576 or 11583345. OLE color: 11583345.
HSL color Cylindrical-coordinate representation of color #71BFB0: hue angle of 168.46º degrees, saturation: 0.38, 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 #71BFB0 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 191 | 176 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.25 |
| HSL | 168.46º | 0.38% | 0.6% | - |
| HSV(B) | 168.46º | 0.41% | 0.75% | - |
| XYZ | 33.28 | 43.91 | 47.8 | - |
| YUV | 165.97 | 133.66 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 191 | 176 | 0.41 | 0 | 0.08 | 0.25 | 168.46 | 0.38 | 0.6 |
| Hex | 71 | BF | B0 | 29 | 0 | 8 | 19 | A8 | 26 | 3C |
| Octal | 161 | 277 | 260 | 51 | 0 | 10 | 31 | 250 | 46 | 74 |
| Binary | 1110001 | 10111111 | 10110000 | 101001 | 0 | 1000 | 11001 | 10101000 | 100110 | 111100 |
Color Harmonies of #71BFB0
Complementary color
Monochromatic Colors of #71BFB0
Black with #71BFB0
Text Example
Text Example
White with #71BFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BFB0; }
p { color: rgb(113,191,176); }
H1.HeaderClassName
{
color: #71BFB0;
}
.AnyTagClassName
{
color: #71BFB0;
}
</style>
background-color css
<style>
a { background-color: #71BFB0; }
a { background-color: rgb(113,191,176); }
div.DivClassName
{
background-color: #71BFB0;
}
.BgClassName
{
background-color: #71BFB0;
}
</style>
border-color css
<style>
span { border-color: #71BFB0; }
span { border-color: rgb(113,191,176); }
td.TdClassName
{
border-color: #71BFB0;
}
.TagClassName
{
border-color: #71BFB0;
}
</style>