Shades of Monte Carlo #7BBEAE
Tints of Monte Carlo #7BBEAE
RGB
CMYK
RGB Variations
Color information
#7BBEAE (or 0x7BBEAE) is known color: Monte Carlo. HEX triplet: 7B, BE and AE. RGB value is (123,190,174). Sum of RGB (Red+Green+Blue) = 123+190+174=487 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.26% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBEAE is #844151. Grayscale: #A8A8A8. Windows color (decimal): -8667474 or 11452027. OLE color: 11452027.
HSL color Cylindrical-coordinate representation of color #7BBEAE: hue angle of 165.67º 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 #7BBEAE is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 174 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.25 |
| HSL | 165.67º | 0.34% | 0.61% | - |
| HSV(B) | 165.67º | 0.35% | 0.75% | - |
| XYZ | 34.22 | 44.09 | 46.75 | - |
| YUV | 168.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 174 | 0.35 | 0 | 0.08 | 0.25 | 165.67 | 0.34 | 0.61 |
| Hex | 7B | BE | AE | 23 | 0 | 8 | 19 | A6 | 22 | 3D |
| Octal | 173 | 276 | 256 | 43 | 0 | 10 | 31 | 246 | 42 | 75 |
| Binary | 1111011 | 10111110 | 10101110 | 100011 | 0 | 1000 | 11001 | 10100110 | 100010 | 111101 |
Color Harmonies of #7BBEAE
Complementary color
Monochromatic Colors of #7BBEAE
Black with #7BBEAE
Text Example
Text Example
White with #7BBEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBEAE; }
p { color: rgb(123,190,174); }
H1.HeaderClassName
{
color: #7BBEAE;
}
.AnyTagClassName
{
color: #7BBEAE;
}
</style>
background-color css
<style>
a { background-color: #7BBEAE; }
a { background-color: rgb(123,190,174); }
div.DivClassName
{
background-color: #7BBEAE;
}
.BgClassName
{
background-color: #7BBEAE;
}
</style>
border-color css
<style>
span { border-color: #7BBEAE; }
span { border-color: rgb(123,190,174); }
td.TdClassName
{
border-color: #7BBEAE;
}
.TagClassName
{
border-color: #7BBEAE;
}
</style>