Shades of Monte Carlo #76BFBB
Tints of Monte Carlo #76BFBB
RGB
CMYK
RGB Variations
Color information
#76BFBB (or 0x76BFBB) is known color: Monte Carlo. HEX triplet: 76, BF and BB. RGB value is (118,191,187). Sum of RGB (Red+Green+Blue) = 118+191+187=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 191 - color contains mainly: green. Hex color #76BFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BFBB is #894044. Grayscale: #A8A8A8. Windows color (decimal): -8994885 or 12304246. OLE color: 12304246.
HSL color Cylindrical-coordinate representation of color #76BFBB: hue angle of 176.71º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BFBB is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 191 | 187 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.25 |
| HSL | 176.71º | 0.36% | 0.61% | - |
| HSV(B) | 176.71º | 0.38% | 0.75% | - |
| XYZ | 35.07 | 44.7 | 53.79 | - |
| YUV | 168.72 | 138.32 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 191 | 187 | 0.38 | 0 | 0.02 | 0.25 | 176.71 | 0.36 | 0.61 |
| Hex | 76 | BF | BB | 26 | 0 | 2 | 19 | B1 | 24 | 3D |
| Octal | 166 | 277 | 273 | 46 | 0 | 2 | 31 | 261 | 44 | 75 |
| Binary | 1110110 | 10111111 | 10111011 | 100110 | 0 | 10 | 11001 | 10110001 | 100100 | 111101 |
Color Harmonies of #76BFBB
Complementary color
Monochromatic Colors of #76BFBB
Black with #76BFBB
Text Example
Text Example
White with #76BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BFBB; }
p { color: rgb(118,191,187); }
H1.HeaderClassName
{
color: #76BFBB;
}
.AnyTagClassName
{
color: #76BFBB;
}
</style>
background-color css
<style>
a { background-color: #76BFBB; }
a { background-color: rgb(118,191,187); }
div.DivClassName
{
background-color: #76BFBB;
}
.BgClassName
{
background-color: #76BFBB;
}
</style>
border-color css
<style>
span { border-color: #76BFBB; }
span { border-color: rgb(118,191,187); }
td.TdClassName
{
border-color: #76BFBB;
}
.TagClassName
{
border-color: #76BFBB;
}
</style>