Shades of Monte Carlo #7BBEAA
Tints of Monte Carlo #7BBEAA
RGB
CMYK
RGB Variations
Color information
#7BBEAA (or 0x7BBEAA) is known color: Monte Carlo. HEX triplet: 7B, BE and AA. RGB value is (123,190,170). Sum of RGB (Red+Green+Blue) = 123+190+170=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBEAA is #844155. Grayscale: #A7A7A7. Windows color (decimal): -8667478 or 11189883. OLE color: 11189883.
HSL color Cylindrical-coordinate representation of color #7BBEAA: hue angle of 162.09º 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 #7BBEAA is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 170 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.25 |
| HSL | 162.09º | 0.34% | 0.61% | - |
| HSV(B) | 162.09º | 0.35% | 0.75% | - |
| XYZ | 33.84 | 43.94 | 44.73 | - |
| YUV | 167.69 | 129.3 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 170 | 0.35 | 0 | 0.11 | 0.25 | 162.09 | 0.34 | 0.61 |
| Hex | 7B | BE | AA | 23 | 0 | B | 19 | A2 | 22 | 3D |
| Octal | 173 | 276 | 252 | 43 | 0 | 13 | 31 | 242 | 42 | 75 |
| Binary | 1111011 | 10111110 | 10101010 | 100011 | 0 | 1011 | 11001 | 10100010 | 100010 | 111101 |
Color Harmonies of #7BBEAA
Complementary color
Monochromatic Colors of #7BBEAA
Black with #7BBEAA
Text Example
Text Example
White with #7BBEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBEAA; }
p { color: rgb(123,190,170); }
H1.HeaderClassName
{
color: #7BBEAA;
}
.AnyTagClassName
{
color: #7BBEAA;
}
</style>
background-color css
<style>
a { background-color: #7BBEAA; }
a { background-color: rgb(123,190,170); }
div.DivClassName
{
background-color: #7BBEAA;
}
.BgClassName
{
background-color: #7BBEAA;
}
</style>
border-color css
<style>
span { border-color: #7BBEAA; }
span { border-color: rgb(123,190,170); }
td.TdClassName
{
border-color: #7BBEAA;
}
.TagClassName
{
border-color: #7BBEAA;
}
</style>