Shades of Monte Carlo #7BBCAF
Tints of Monte Carlo #7BBCAF
RGB
CMYK
RGB Variations
Color information
#7BBCAF (or 0x7BBCAF) is known color: Monte Carlo. HEX triplet: 7B, BC and AF. RGB value is (123,188,175). Sum of RGB (Red+Green+Blue) = 123+188+175=486 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.31% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBCAF is #844350. Grayscale: #A7A7A7. Windows color (decimal): -8667985 or 11517051. OLE color: 11517051.
HSL color Cylindrical-coordinate representation of color #7BBCAF: hue angle of 168º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBCAF is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 175 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.26 |
| HSL | 168º | 0.33% | 0.61% | - |
| HSV(B) | 168º | 0.35% | 0.74% | - |
| XYZ | 33.89 | 43.27 | 47.12 | - |
| YUV | 167.08 | 132.47 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 175 | 0.35 | 0 | 0.07 | 0.26 | 168 | 0.33 | 0.61 |
| Hex | 7B | BC | AF | 23 | 0 | 7 | 1A | A8 | 21 | 3D |
| Octal | 173 | 274 | 257 | 43 | 0 | 7 | 32 | 250 | 41 | 75 |
| Binary | 1111011 | 10111100 | 10101111 | 100011 | 0 | 111 | 11010 | 10101000 | 100001 | 111101 |
Color Harmonies of #7BBCAF
Complementary color
Monochromatic Colors of #7BBCAF
Black with #7BBCAF
Text Example
Text Example
White with #7BBCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBCAF; }
p { color: rgb(123,188,175); }
H1.HeaderClassName
{
color: #7BBCAF;
}
.AnyTagClassName
{
color: #7BBCAF;
}
</style>
background-color css
<style>
a { background-color: #7BBCAF; }
a { background-color: rgb(123,188,175); }
div.DivClassName
{
background-color: #7BBCAF;
}
.BgClassName
{
background-color: #7BBCAF;
}
</style>
border-color css
<style>
span { border-color: #7BBCAF; }
span { border-color: rgb(123,188,175); }
td.TdClassName
{
border-color: #7BBCAF;
}
.TagClassName
{
border-color: #7BBCAF;
}
</style>