Shades of Monte Carlo #71C2AC
Tints of Monte Carlo #71C2AC
RGB
CMYK
RGB Variations
Color information
#71C2AC (or 0x71C2AC) is known color: Monte Carlo. HEX triplet: 71, C2 and AC. RGB value is (113,194,172). Sum of RGB (Red+Green+Blue) = 113+194+172=479 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.59% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #71C2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71C2AC is #8E3D53. Grayscale: #A7A7A7. Windows color (decimal): -9321812 or 11321969. OLE color: 11321969.
HSL color Cylindrical-coordinate representation of color #71C2AC: hue angle of 163.7º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71C2AC is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 194 | 172 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.24 |
| HSL | 163.7º | 0.4% | 0.6% | - |
| HSV(B) | 163.7º | 0.42% | 0.76% | - |
| XYZ | 33.55 | 45.07 | 45.96 | - |
| YUV | 167.27 | 130.66 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 194 | 172 | 0.42 | 0 | 0.11 | 0.24 | 163.7 | 0.4 | 0.6 |
| Hex | 71 | C2 | AC | 2A | 0 | B | 18 | A4 | 28 | 3C |
| Octal | 161 | 302 | 254 | 52 | 0 | 13 | 30 | 244 | 50 | 74 |
| Binary | 1110001 | 11000010 | 10101100 | 101010 | 0 | 1011 | 11000 | 10100100 | 101000 | 111100 |
Color Harmonies of #71C2AC
Complementary color
Monochromatic Colors of #71C2AC
Black with #71C2AC
Text Example
Text Example
White with #71C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C2AC; }
p { color: rgb(113,194,172); }
H1.HeaderClassName
{
color: #71C2AC;
}
.AnyTagClassName
{
color: #71C2AC;
}
</style>
background-color css
<style>
a { background-color: #71C2AC; }
a { background-color: rgb(113,194,172); }
div.DivClassName
{
background-color: #71C2AC;
}
.BgClassName
{
background-color: #71C2AC;
}
</style>
border-color css
<style>
span { border-color: #71C2AC; }
span { border-color: rgb(113,194,172); }
td.TdClassName
{
border-color: #71C2AC;
}
.TagClassName
{
border-color: #71C2AC;
}
</style>