Shades of Monte Carlo #76C1B3
Tints of Monte Carlo #76C1B3
RGB
CMYK
RGB Variations
Color information
#76C1B3 (or 0x76C1B3) is known color: Monte Carlo. HEX triplet: 76, C1 and B3. RGB value is (118,193,179). Sum of RGB (Red+Green+Blue) = 118+193+179=490 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.08% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #76C1B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C1B3 is #893E4C. Grayscale: #A8A8A8. Windows color (decimal): -8994381 or 11780470. OLE color: 11780470.
HSL color Cylindrical-coordinate representation of color #76C1B3: hue angle of 168.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C1B3 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 179 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.24 |
| HSL | 168.8º | 0.38% | 0.61% | - |
| HSV(B) | 168.8º | 0.39% | 0.76% | - |
| XYZ | 34.68 | 45.25 | 49.55 | - |
| YUV | 168.98 | 133.65 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 179 | 0.39 | 0 | 0.07 | 0.24 | 168.8 | 0.38 | 0.61 |
| Hex | 76 | C1 | B3 | 27 | 0 | 7 | 18 | A9 | 26 | 3D |
| Octal | 166 | 301 | 263 | 47 | 0 | 7 | 30 | 251 | 46 | 75 |
| Binary | 1110110 | 11000001 | 10110011 | 100111 | 0 | 111 | 11000 | 10101001 | 100110 | 111101 |
Color Harmonies of #76C1B3
Complementary color
Monochromatic Colors of #76C1B3
Black with #76C1B3
Text Example
Text Example
White with #76C1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C1B3; }
p { color: rgb(118,193,179); }
H1.HeaderClassName
{
color: #76C1B3;
}
.AnyTagClassName
{
color: #76C1B3;
}
</style>
background-color css
<style>
a { background-color: #76C1B3; }
a { background-color: rgb(118,193,179); }
div.DivClassName
{
background-color: #76C1B3;
}
.BgClassName
{
background-color: #76C1B3;
}
</style>
border-color css
<style>
span { border-color: #76C1B3; }
span { border-color: rgb(118,193,179); }
td.TdClassName
{
border-color: #76C1B3;
}
.TagClassName
{
border-color: #76C1B3;
}
</style>