Shades of Monte Carlo #71BEBB
Tints of Monte Carlo #71BEBB
RGB
CMYK
RGB Variations
Color information
#71BEBB (or 0x71BEBB) is known color: Monte Carlo. HEX triplet: 71, BE and BB. RGB value is (113,190,187). Sum of RGB (Red+Green+Blue) = 113+190+187=490 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.06% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #71BEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BEBB is #8E4144. Grayscale: #A6A6A6. Windows color (decimal): -9322821 or 12303985. OLE color: 12303985.
HSL color Cylindrical-coordinate representation of color #71BEBB: hue angle of 177.66º 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 #71BEBB is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 190 | 187 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.25 |
| HSL | 177.66º | 0.37% | 0.59% | - |
| HSV(B) | 177.66º | 0.41% | 0.75% | - |
| XYZ | 34.19 | 43.93 | 53.69 | - |
| YUV | 166.64 | 139.49 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 190 | 187 | 0.41 | 0 | 0.02 | 0.25 | 177.66 | 0.37 | 0.59 |
| Hex | 71 | BE | BB | 29 | 0 | 2 | 19 | B2 | 25 | 3B |
| Octal | 161 | 276 | 273 | 51 | 0 | 2 | 31 | 262 | 45 | 73 |
| Binary | 1110001 | 10111110 | 10111011 | 101001 | 0 | 10 | 11001 | 10110010 | 100101 | 111011 |
Color Harmonies of #71BEBB
Complementary color
Monochromatic Colors of #71BEBB
Black with #71BEBB
Text Example
Text Example
White with #71BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BEBB; }
p { color: rgb(113,190,187); }
H1.HeaderClassName
{
color: #71BEBB;
}
.AnyTagClassName
{
color: #71BEBB;
}
</style>
background-color css
<style>
a { background-color: #71BEBB; }
a { background-color: rgb(113,190,187); }
div.DivClassName
{
background-color: #71BEBB;
}
.BgClassName
{
background-color: #71BEBB;
}
</style>
border-color css
<style>
span { border-color: #71BEBB; }
span { border-color: rgb(113,190,187); }
td.TdClassName
{
border-color: #71BEBB;
}
.TagClassName
{
border-color: #71BEBB;
}
</style>