Shades of Monte Carlo #71BFBD
Tints of Monte Carlo #71BFBD
RGB
CMYK
RGB Variations
Color information
#71BFBD (or 0x71BFBD) is known color: Monte Carlo. HEX triplet: 71, BF and BD. RGB value is (113,191,189). Sum of RGB (Red+Green+Blue) = 113+191+189=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #71BFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BFBD is #8E4042. Grayscale: #A7A7A7. Windows color (decimal): -9322563 or 12435313. OLE color: 12435313.
HSL color Cylindrical-coordinate representation of color #71BFBD: hue angle of 178.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 #71BFBD is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 191 | 189 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.25 |
| HSL | 178.46º | 0.38% | 0.6% | - |
| HSV(B) | 178.46º | 0.41% | 0.75% | - |
| XYZ | 34.63 | 44.45 | 54.9 | - |
| YUV | 167.45 | 140.16 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 191 | 189 | 0.41 | 0 | 0.01 | 0.25 | 178.46 | 0.38 | 0.6 |
| Hex | 71 | BF | BD | 29 | 0 | 1 | 19 | B2 | 26 | 3C |
| Octal | 161 | 277 | 275 | 51 | 0 | 1 | 31 | 262 | 46 | 74 |
| Binary | 1110001 | 10111111 | 10111101 | 101001 | 0 | 1 | 11001 | 10110010 | 100110 | 111100 |
Color Harmonies of #71BFBD
Complementary color
Monochromatic Colors of #71BFBD
Black with #71BFBD
Text Example
Text Example
White with #71BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BFBD; }
p { color: rgb(113,191,189); }
H1.HeaderClassName
{
color: #71BFBD;
}
.AnyTagClassName
{
color: #71BFBD;
}
</style>
background-color css
<style>
a { background-color: #71BFBD; }
a { background-color: rgb(113,191,189); }
div.DivClassName
{
background-color: #71BFBD;
}
.BgClassName
{
background-color: #71BFBD;
}
</style>
border-color css
<style>
span { border-color: #71BFBD; }
span { border-color: rgb(113,191,189); }
td.TdClassName
{
border-color: #71BFBD;
}
.TagClassName
{
border-color: #71BFBD;
}
</style>