Shades of Monte Carlo #7BBFAB
Tints of Monte Carlo #7BBFAB
RGB
CMYK
RGB Variations
Color information
#7BBFAB (or 0x7BBFAB) is known color: Monte Carlo. HEX triplet: 7B, BF and AB. RGB value is (123,191,171). Sum of RGB (Red+Green+Blue) = 123+191+171=485 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.36% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 191 - color contains mainly: green. Hex color #7BBFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBFAB is #844054. Grayscale: #A8A8A8. Windows color (decimal): -8667221 or 11255675. OLE color: 11255675.
HSL color Cylindrical-coordinate representation of color #7BBFAB: hue angle of 162.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BBFAB is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 191 | 171 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.25 |
| HSL | 162.35º | 0.35% | 0.62% | - |
| HSV(B) | 162.35º | 0.36% | 0.75% | - |
| XYZ | 34.15 | 44.41 | 45.3 | - |
| YUV | 168.39 | 129.47 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 191 | 171 | 0.36 | 0 | 0.10 | 0.25 | 162.35 | 0.35 | 0.62 |
| Hex | 7B | BF | AB | 24 | 0 | A | 19 | A2 | 23 | 3E |
| Octal | 173 | 277 | 253 | 44 | 0 | 12 | 31 | 242 | 43 | 76 |
| Binary | 1111011 | 10111111 | 10101011 | 100100 | 0 | 1010 | 11001 | 10100010 | 100011 | 111110 |
Color Harmonies of #7BBFAB
Complementary color
Monochromatic Colors of #7BBFAB
Black with #7BBFAB
Text Example
Text Example
White with #7BBFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBFAB; }
p { color: rgb(123,191,171); }
H1.HeaderClassName
{
color: #7BBFAB;
}
.AnyTagClassName
{
color: #7BBFAB;
}
</style>
background-color css
<style>
a { background-color: #7BBFAB; }
a { background-color: rgb(123,191,171); }
div.DivClassName
{
background-color: #7BBFAB;
}
.BgClassName
{
background-color: #7BBFAB;
}
</style>
border-color css
<style>
span { border-color: #7BBFAB; }
span { border-color: rgb(123,191,171); }
td.TdClassName
{
border-color: #7BBFAB;
}
.TagClassName
{
border-color: #7BBFAB;
}
</style>