Shades of Monte Carlo #7BBEAD
Tints of Monte Carlo #7BBEAD
RGB
CMYK
RGB Variations
Color information
#7BBEAD (or 0x7BBEAD) is known color: Monte Carlo. HEX triplet: 7B, BE and AD. RGB value is (123,190,173). Sum of RGB (Red+Green+Blue) = 123+190+173=486 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.31% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBEAD is #844152. Grayscale: #A8A8A8. Windows color (decimal): -8667475 or 11386491. OLE color: 11386491.
HSL color Cylindrical-coordinate representation of color #7BBEAD: hue angle of 164.78º 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 #7BBEAD is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 173 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.25 |
| HSL | 164.78º | 0.34% | 0.61% | - |
| HSV(B) | 164.78º | 0.35% | 0.75% | - |
| XYZ | 34.12 | 44.05 | 46.24 | - |
| YUV | 168.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 173 | 0.35 | 0 | 0.09 | 0.25 | 164.78 | 0.34 | 0.61 |
| Hex | 7B | BE | AD | 23 | 0 | 9 | 19 | A5 | 22 | 3D |
| Octal | 173 | 276 | 255 | 43 | 0 | 11 | 31 | 245 | 42 | 75 |
| Binary | 1111011 | 10111110 | 10101101 | 100011 | 0 | 1001 | 11001 | 10100101 | 100010 | 111101 |
Color Harmonies of #7BBEAD
Complementary color
Monochromatic Colors of #7BBEAD
Black with #7BBEAD
Text Example
Text Example
White with #7BBEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBEAD; }
p { color: rgb(123,190,173); }
H1.HeaderClassName
{
color: #7BBEAD;
}
.AnyTagClassName
{
color: #7BBEAD;
}
</style>
background-color css
<style>
a { background-color: #7BBEAD; }
a { background-color: rgb(123,190,173); }
div.DivClassName
{
background-color: #7BBEAD;
}
.BgClassName
{
background-color: #7BBEAD;
}
</style>
border-color css
<style>
span { border-color: #7BBEAD; }
span { border-color: rgb(123,190,173); }
td.TdClassName
{
border-color: #7BBEAD;
}
.TagClassName
{
border-color: #7BBEAD;
}
</style>