Shades of Monte Carlo #71BEAB
Tints of Monte Carlo #71BEAB
RGB
CMYK
RGB Variations
Color information
#71BEAB (or 0x71BEAB) is known color: Monte Carlo. HEX triplet: 71, BE and AB. RGB value is (113,190,171). Sum of RGB (Red+Green+Blue) = 113+190+171=474 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.84% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 190 - color contains mainly: green. Hex color #71BEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BEAB is #8E4154. Grayscale: #A4A4A4. Windows color (decimal): -9322837 or 11255409. OLE color: 11255409.
HSL color Cylindrical-coordinate representation of color #71BEAB: hue angle of 165.19º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71BEAB is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 190 | 171 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.25 |
| HSL | 165.19º | 0.37% | 0.59% | - |
| HSV(B) | 165.19º | 0.41% | 0.75% | - |
| XYZ | 32.57 | 43.28 | 45.16 | - |
| YUV | 164.81 | 131.49 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 190 | 171 | 0.41 | 0 | 0.10 | 0.25 | 165.19 | 0.37 | 0.59 |
| Hex | 71 | BE | AB | 29 | 0 | A | 19 | A5 | 25 | 3B |
| Octal | 161 | 276 | 253 | 51 | 0 | 12 | 31 | 245 | 45 | 73 |
| Binary | 1110001 | 10111110 | 10101011 | 101001 | 0 | 1010 | 11001 | 10100101 | 100101 | 111011 |
Color Harmonies of #71BEAB
Complementary color
Monochromatic Colors of #71BEAB
Black with #71BEAB
Text Example
Text Example
White with #71BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BEAB; }
p { color: rgb(113,190,171); }
H1.HeaderClassName
{
color: #71BEAB;
}
.AnyTagClassName
{
color: #71BEAB;
}
</style>
background-color css
<style>
a { background-color: #71BEAB; }
a { background-color: rgb(113,190,171); }
div.DivClassName
{
background-color: #71BEAB;
}
.BgClassName
{
background-color: #71BEAB;
}
</style>
border-color css
<style>
span { border-color: #71BEAB; }
span { border-color: rgb(113,190,171); }
td.TdClassName
{
border-color: #71BEAB;
}
.TagClassName
{
border-color: #71BEAB;
}
</style>