Shades of Monte Carlo #71BFAB
Tints of Monte Carlo #71BFAB
RGB
CMYK
RGB Variations
Color information
#71BFAB (or 0x71BFAB) is known color: Monte Carlo. HEX triplet: 71, BF and AB. RGB value is (113,191,171). Sum of RGB (Red+Green+Blue) = 113+191+171=475 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.79% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #71BFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BFAB is #8E4054. Grayscale: #A5A5A5. Windows color (decimal): -9322581 or 11255665. OLE color: 11255665.
HSL color Cylindrical-coordinate representation of color #71BFAB: hue angle of 164.62º 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 #71BFAB is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 191 | 171 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.25 |
| HSL | 164.62º | 0.38% | 0.6% | - |
| HSV(B) | 164.62º | 0.41% | 0.75% | - |
| XYZ | 32.79 | 43.71 | 45.24 | - |
| YUV | 165.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 191 | 171 | 0.41 | 0 | 0.10 | 0.25 | 164.62 | 0.38 | 0.6 |
| Hex | 71 | BF | AB | 29 | 0 | A | 19 | A5 | 26 | 3C |
| Octal | 161 | 277 | 253 | 51 | 0 | 12 | 31 | 245 | 46 | 74 |
| Binary | 1110001 | 10111111 | 10101011 | 101001 | 0 | 1010 | 11001 | 10100101 | 100110 | 111100 |
Color Harmonies of #71BFAB
Complementary color
Monochromatic Colors of #71BFAB
Black with #71BFAB
Text Example
Text Example
White with #71BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BFAB; }
p { color: rgb(113,191,171); }
H1.HeaderClassName
{
color: #71BFAB;
}
.AnyTagClassName
{
color: #71BFAB;
}
</style>
background-color css
<style>
a { background-color: #71BFAB; }
a { background-color: rgb(113,191,171); }
div.DivClassName
{
background-color: #71BFAB;
}
.BgClassName
{
background-color: #71BFAB;
}
</style>
border-color css
<style>
span { border-color: #71BFAB; }
span { border-color: rgb(113,191,171); }
td.TdClassName
{
border-color: #71BFAB;
}
.TagClassName
{
border-color: #71BFAB;
}
</style>