Shades of Monte Carlo #7BBEA9
Tints of Monte Carlo #7BBEA9
RGB
CMYK
RGB Variations
Color information
#7BBEA9 (or 0x7BBEA9) is known color: Monte Carlo. HEX triplet: 7B, BE and A9. RGB value is (123,190,169). Sum of RGB (Red+Green+Blue) = 123+190+169=482 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.52% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBEA9 is #844156. Grayscale: #A7A7A7. Windows color (decimal): -8667479 or 11124347. OLE color: 11124347.
HSL color Cylindrical-coordinate representation of color #7BBEA9: hue angle of 161.19º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBEA9 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 169 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.25 |
| HSL | 161.19º | 0.34% | 0.61% | - |
| HSV(B) | 161.19º | 0.35% | 0.75% | - |
| XYZ | 33.74 | 43.9 | 44.23 | - |
| YUV | 167.57 | 128.8 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 169 | 0.35 | 0 | 0.11 | 0.25 | 161.19 | 0.34 | 0.61 |
| Hex | 7B | BE | A9 | 23 | 0 | B | 19 | A1 | 22 | 3D |
| Octal | 173 | 276 | 251 | 43 | 0 | 13 | 31 | 241 | 42 | 75 |
| Binary | 1111011 | 10111110 | 10101001 | 100011 | 0 | 1011 | 11001 | 10100001 | 100010 | 111101 |
Color Harmonies of #7BBEA9
Complementary color
Monochromatic Colors of #7BBEA9
Black with #7BBEA9
Text Example
Text Example
White with #7BBEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBEA9; }
p { color: rgb(123,190,169); }
H1.HeaderClassName
{
color: #7BBEA9;
}
.AnyTagClassName
{
color: #7BBEA9;
}
</style>
background-color css
<style>
a { background-color: #7BBEA9; }
a { background-color: rgb(123,190,169); }
div.DivClassName
{
background-color: #7BBEA9;
}
.BgClassName
{
background-color: #7BBEA9;
}
</style>
border-color css
<style>
span { border-color: #7BBEA9; }
span { border-color: rgb(123,190,169); }
td.TdClassName
{
border-color: #7BBEA9;
}
.TagClassName
{
border-color: #7BBEA9;
}
</style>