Shades of Monte Carlo #76BEA8
Tints of Monte Carlo #76BEA8
RGB
CMYK
RGB Variations
Color information
#76BEA8 (or 0x76BEA8) is known color: Monte Carlo. HEX triplet: 76, BE and A8. RGB value is (118,190,168). Sum of RGB (Red+Green+Blue) = 118+190+168=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #76BEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BEA8 is #894157. Grayscale: #A5A5A5. Windows color (decimal): -8995160 or 11058806. OLE color: 11058806.
HSL color Cylindrical-coordinate representation of color #76BEA8: hue angle of 161.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BEA8 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 190 | 168 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.25 |
| HSL | 161.67º | 0.36% | 0.6% | - |
| HSV(B) | 161.67º | 0.38% | 0.75% | - |
| XYZ | 32.95 | 43.51 | 43.71 | - |
| YUV | 165.96 | 129.15 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 190 | 168 | 0.38 | 0 | 0.12 | 0.25 | 161.67 | 0.36 | 0.6 |
| Hex | 76 | BE | A8 | 26 | 0 | C | 19 | A2 | 24 | 3C |
| Octal | 166 | 276 | 250 | 46 | 0 | 14 | 31 | 242 | 44 | 74 |
| Binary | 1110110 | 10111110 | 10101000 | 100110 | 0 | 1100 | 11001 | 10100010 | 100100 | 111100 |
Color Harmonies of #76BEA8
Complementary color
Monochromatic Colors of #76BEA8
Black with #76BEA8
Text Example
Text Example
White with #76BEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BEA8; }
p { color: rgb(118,190,168); }
H1.HeaderClassName
{
color: #76BEA8;
}
.AnyTagClassName
{
color: #76BEA8;
}
</style>
background-color css
<style>
a { background-color: #76BEA8; }
a { background-color: rgb(118,190,168); }
div.DivClassName
{
background-color: #76BEA8;
}
.BgClassName
{
background-color: #76BEA8;
}
</style>
border-color css
<style>
span { border-color: #76BEA8; }
span { border-color: rgb(118,190,168); }
td.TdClassName
{
border-color: #76BEA8;
}
.TagClassName
{
border-color: #76BEA8;
}
</style>