Shades of Monte Carlo #76BDBB
Tints of Monte Carlo #76BDBB
RGB
CMYK
RGB Variations
Color information
#76BDBB (or 0x76BDBB) is known color: Monte Carlo. HEX triplet: 76, BD and BB. RGB value is (118,189,187). Sum of RGB (Red+Green+Blue) = 118+189+187=494 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.89% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #76BDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BDBB is #894244. Grayscale: #A7A7A7. Windows color (decimal): -8995397 or 12303734. OLE color: 12303734.
HSL color Cylindrical-coordinate representation of color #76BDBB: hue angle of 178.31º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BDBB is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 189 | 187 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.26 |
| HSL | 178.31º | 0.35% | 0.6% | - |
| HSV(B) | 178.31º | 0.38% | 0.74% | - |
| XYZ | 34.64 | 43.83 | 53.65 | - |
| YUV | 167.54 | 138.98 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 187 | 0.38 | 0 | 0.01 | 0.26 | 178.31 | 0.35 | 0.6 |
| Hex | 76 | BD | BB | 26 | 0 | 1 | 1A | B2 | 23 | 3C |
| Octal | 166 | 275 | 273 | 46 | 0 | 1 | 32 | 262 | 43 | 74 |
| Binary | 1110110 | 10111101 | 10111011 | 100110 | 0 | 1 | 11010 | 10110010 | 100011 | 111100 |
Color Harmonies of #76BDBB
Complementary color
Monochromatic Colors of #76BDBB
Black with #76BDBB
Text Example
Text Example
White with #76BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BDBB; }
p { color: rgb(118,189,187); }
H1.HeaderClassName
{
color: #76BDBB;
}
.AnyTagClassName
{
color: #76BDBB;
}
</style>
background-color css
<style>
a { background-color: #76BDBB; }
a { background-color: rgb(118,189,187); }
div.DivClassName
{
background-color: #76BDBB;
}
.BgClassName
{
background-color: #76BDBB;
}
</style>
border-color css
<style>
span { border-color: #76BDBB; }
span { border-color: rgb(118,189,187); }
td.TdClassName
{
border-color: #76BDBB;
}
.TagClassName
{
border-color: #76BDBB;
}
</style>