Shades of Monte Carlo #76BFAE
Tints of Monte Carlo #76BFAE
RGB
CMYK
RGB Variations
Color information
#76BFAE (or 0x76BFAE) is known color: Monte Carlo. HEX triplet: 76, BF and AE. RGB value is (118,191,174). Sum of RGB (Red+Green+Blue) = 118+191+174=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #76BFAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BFAE is #894051. Grayscale: #A7A7A7. Windows color (decimal): -8994898 or 11452278. OLE color: 11452278.
HSL color Cylindrical-coordinate representation of color #76BFAE: hue angle of 166.03º 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 #76BFAE is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 191 | 174 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.25 |
| HSL | 166.03º | 0.36% | 0.61% | - |
| HSV(B) | 166.03º | 0.38% | 0.75% | - |
| XYZ | 33.74 | 44.17 | 46.79 | - |
| YUV | 167.24 | 131.82 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 191 | 174 | 0.38 | 0 | 0.09 | 0.25 | 166.03 | 0.36 | 0.61 |
| Hex | 76 | BF | AE | 26 | 0 | 9 | 19 | A6 | 24 | 3D |
| Octal | 166 | 277 | 256 | 46 | 0 | 11 | 31 | 246 | 44 | 75 |
| Binary | 1110110 | 10111111 | 10101110 | 100110 | 0 | 1001 | 11001 | 10100110 | 100100 | 111101 |
Color Harmonies of #76BFAE
Complementary color
Monochromatic Colors of #76BFAE
Black with #76BFAE
Text Example
Text Example
White with #76BFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BFAE; }
p { color: rgb(118,191,174); }
H1.HeaderClassName
{
color: #76BFAE;
}
.AnyTagClassName
{
color: #76BFAE;
}
</style>
background-color css
<style>
a { background-color: #76BFAE; }
a { background-color: rgb(118,191,174); }
div.DivClassName
{
background-color: #76BFAE;
}
.BgClassName
{
background-color: #76BFAE;
}
</style>
border-color css
<style>
span { border-color: #76BFAE; }
span { border-color: rgb(118,191,174); }
td.TdClassName
{
border-color: #76BFAE;
}
.TagClassName
{
border-color: #76BFAE;
}
</style>