Shades of Monte Carlo #71BFAD
Tints of Monte Carlo #71BFAD
RGB
CMYK
RGB Variations
Color information
#71BFAD (or 0x71BFAD) is known color: Monte Carlo. HEX triplet: 71, BF and AD. RGB value is (113,191,173). Sum of RGB (Red+Green+Blue) = 113+191+173=477 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.69% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #71BFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BFAD is #8E4052. Grayscale: #A5A5A5. Windows color (decimal): -9322579 or 11386737. OLE color: 11386737.
HSL color Cylindrical-coordinate representation of color #71BFAD: hue angle of 166.15º 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 #71BFAD is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 191 | 173 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.25 |
| HSL | 166.15º | 0.38% | 0.6% | - |
| HSV(B) | 166.15º | 0.41% | 0.75% | - |
| XYZ | 32.98 | 43.79 | 46.25 | - |
| YUV | 165.63 | 132.16 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 191 | 173 | 0.41 | 0 | 0.09 | 0.25 | 166.15 | 0.38 | 0.6 |
| Hex | 71 | BF | AD | 29 | 0 | 9 | 19 | A6 | 26 | 3C |
| Octal | 161 | 277 | 255 | 51 | 0 | 11 | 31 | 246 | 46 | 74 |
| Binary | 1110001 | 10111111 | 10101101 | 101001 | 0 | 1001 | 11001 | 10100110 | 100110 | 111100 |
Color Harmonies of #71BFAD
Complementary color
Monochromatic Colors of #71BFAD
Black with #71BFAD
Text Example
Text Example
White with #71BFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BFAD; }
p { color: rgb(113,191,173); }
H1.HeaderClassName
{
color: #71BFAD;
}
.AnyTagClassName
{
color: #71BFAD;
}
</style>
background-color css
<style>
a { background-color: #71BFAD; }
a { background-color: rgb(113,191,173); }
div.DivClassName
{
background-color: #71BFAD;
}
.BgClassName
{
background-color: #71BFAD;
}
</style>
border-color css
<style>
span { border-color: #71BFAD; }
span { border-color: rgb(113,191,173); }
td.TdClassName
{
border-color: #71BFAD;
}
.TagClassName
{
border-color: #71BFAD;
}
</style>