Shades of Monte Carlo #71BEBC
Tints of Monte Carlo #71BEBC
RGB
CMYK
RGB Variations
Color information
#71BEBC (or 0x71BEBC) is known color: Monte Carlo. HEX triplet: 71, BE and BC. RGB value is (113,190,188). Sum of RGB (Red+Green+Blue) = 113+190+188=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #71BEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BEBC is #8E4143. Grayscale: #A6A6A6. Windows color (decimal): -9322820 or 12369521. OLE color: 12369521.
HSL color Cylindrical-coordinate representation of color #71BEBC: hue angle of 178.44º 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 #71BEBC is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 190 | 188 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.25 |
| HSL | 178.44º | 0.37% | 0.59% | - |
| HSV(B) | 178.44º | 0.41% | 0.75% | - |
| XYZ | 34.3 | 43.97 | 54.26 | - |
| YUV | 166.75 | 139.99 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 190 | 188 | 0.41 | 0 | 0.01 | 0.25 | 178.44 | 0.37 | 0.59 |
| Hex | 71 | BE | BC | 29 | 0 | 1 | 19 | B2 | 25 | 3B |
| Octal | 161 | 276 | 274 | 51 | 0 | 1 | 31 | 262 | 45 | 73 |
| Binary | 1110001 | 10111110 | 10111100 | 101001 | 0 | 1 | 11001 | 10110010 | 100101 | 111011 |
Color Harmonies of #71BEBC
Complementary color
Monochromatic Colors of #71BEBC
Black with #71BEBC
Text Example
Text Example
White with #71BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BEBC; }
p { color: rgb(113,190,188); }
H1.HeaderClassName
{
color: #71BEBC;
}
.AnyTagClassName
{
color: #71BEBC;
}
</style>
background-color css
<style>
a { background-color: #71BEBC; }
a { background-color: rgb(113,190,188); }
div.DivClassName
{
background-color: #71BEBC;
}
.BgClassName
{
background-color: #71BEBC;
}
</style>
border-color css
<style>
span { border-color: #71BEBC; }
span { border-color: rgb(113,190,188); }
td.TdClassName
{
border-color: #71BEBC;
}
.TagClassName
{
border-color: #71BEBC;
}
</style>