Shades of Monte Carlo #7BBDBB
Tints of Monte Carlo #7BBDBB
RGB
CMYK
RGB Variations
Color information
#7BBDBB (or 0x7BBDBB) is known color: Monte Carlo. HEX triplet: 7B, BD and BB. RGB value is (123,189,187). Sum of RGB (Red+Green+Blue) = 123+189+187=499 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.65% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #7BBDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBDBB is #844244. Grayscale: #A8A8A8. Windows color (decimal): -8667717 or 12303739. OLE color: 12303739.
HSL color Cylindrical-coordinate representation of color #7BBDBB: hue angle of 178.18º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBDBB is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 189 | 187 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.26 |
| HSL | 178.18º | 0.33% | 0.61% | - |
| HSV(B) | 178.18º | 0.35% | 0.74% | - |
| XYZ | 35.34 | 44.19 | 53.68 | - |
| YUV | 169.04 | 138.13 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 189 | 187 | 0.35 | 0 | 0.01 | 0.26 | 178.18 | 0.33 | 0.61 |
| Hex | 7B | BD | BB | 23 | 0 | 1 | 1A | B2 | 21 | 3D |
| Octal | 173 | 275 | 273 | 43 | 0 | 1 | 32 | 262 | 41 | 75 |
| Binary | 1111011 | 10111101 | 10111011 | 100011 | 0 | 1 | 11010 | 10110010 | 100001 | 111101 |
Color Harmonies of #7BBDBB
Complementary color
Monochromatic Colors of #7BBDBB
Black with #7BBDBB
Text Example
Text Example
White with #7BBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBDBB; }
p { color: rgb(123,189,187); }
H1.HeaderClassName
{
color: #7BBDBB;
}
.AnyTagClassName
{
color: #7BBDBB;
}
</style>
background-color css
<style>
a { background-color: #7BBDBB; }
a { background-color: rgb(123,189,187); }
div.DivClassName
{
background-color: #7BBDBB;
}
.BgClassName
{
background-color: #7BBDBB;
}
</style>
border-color css
<style>
span { border-color: #7BBDBB; }
span { border-color: rgb(123,189,187); }
td.TdClassName
{
border-color: #7BBDBB;
}
.TagClassName
{
border-color: #7BBDBB;
}
</style>