Shades of Monte Carlo #7CBBAF
Tints of Monte Carlo #7CBBAF
RGB
CMYK
RGB Variations
Color information
#7CBBAF (or 0x7CBBAF) is known color: Monte Carlo. HEX triplet: 7C, BB and AF. RGB value is (124,187,175). Sum of RGB (Red+Green+Blue) = 124+187+175=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBBAF is #834450. Grayscale: #A6A6A6. Windows color (decimal): -8602705 or 11516796. OLE color: 11516796.
HSL color Cylindrical-coordinate representation of color #7CBBAF: hue angle of 168.57º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBBAF is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 187 | 175 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.27 |
| HSL | 168.57º | 0.32% | 0.61% | - |
| HSV(B) | 168.57º | 0.34% | 0.73% | - |
| XYZ | 33.82 | 42.92 | 47.06 | - |
| YUV | 166.8 | 132.63 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 175 | 0.34 | 0 | 0.06 | 0.27 | 168.57 | 0.32 | 0.61 |
| Hex | 7C | BB | AF | 22 | 0 | 6 | 1B | A9 | 20 | 3D |
| Octal | 174 | 273 | 257 | 42 | 0 | 6 | 33 | 251 | 40 | 75 |
| Binary | 1111100 | 10111011 | 10101111 | 100010 | 0 | 110 | 11011 | 10101001 | 100000 | 111101 |
Color Harmonies of #7CBBAF
Complementary color
Monochromatic Colors of #7CBBAF
Black with #7CBBAF
Text Example
Text Example
White with #7CBBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBBAF; }
p { color: rgb(124,187,175); }
H1.HeaderClassName
{
color: #7CBBAF;
}
.AnyTagClassName
{
color: #7CBBAF;
}
</style>
background-color css
<style>
a { background-color: #7CBBAF; }
a { background-color: rgb(124,187,175); }
div.DivClassName
{
background-color: #7CBBAF;
}
.BgClassName
{
background-color: #7CBBAF;
}
</style>
border-color css
<style>
span { border-color: #7CBBAF; }
span { border-color: rgb(124,187,175); }
td.TdClassName
{
border-color: #7CBBAF;
}
.TagClassName
{
border-color: #7CBBAF;
}
</style>