Shades of Monte Carlo #7BBDB6
Tints of Monte Carlo #7BBDB6
RGB
CMYK
RGB Variations
Color information
#7BBDB6 (or 0x7BBDB6) is known color: Monte Carlo. HEX triplet: 7B, BD and B6. RGB value is (123,189,182). Sum of RGB (Red+Green+Blue) = 123+189+182=494 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.90% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 182 (71.48% from 255 or 36.84% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #7BBDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBDB6 is #844249. Grayscale: #A8A8A8. Windows color (decimal): -8667722 or 11976059. OLE color: 11976059.
HSL color Cylindrical-coordinate representation of color #7BBDB6: hue angle of 173.64º 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 #7BBDB6 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 189 | 182 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.26 |
| HSL | 173.64º | 0.33% | 0.61% | - |
| HSV(B) | 173.64º | 0.35% | 0.74% | - |
| XYZ | 34.81 | 43.98 | 50.91 | - |
| YUV | 168.47 | 135.63 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 189 | 182 | 0.35 | 0 | 0.04 | 0.26 | 173.64 | 0.33 | 0.61 |
| Hex | 7B | BD | B6 | 23 | 0 | 4 | 1A | AE | 21 | 3D |
| Octal | 173 | 275 | 266 | 43 | 0 | 4 | 32 | 256 | 41 | 75 |
| Binary | 1111011 | 10111101 | 10110110 | 100011 | 0 | 100 | 11010 | 10101110 | 100001 | 111101 |
Color Harmonies of #7BBDB6
Complementary color
Monochromatic Colors of #7BBDB6
Black with #7BBDB6
Text Example
Text Example
White with #7BBDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBDB6; }
p { color: rgb(123,189,182); }
H1.HeaderClassName
{
color: #7BBDB6;
}
.AnyTagClassName
{
color: #7BBDB6;
}
</style>
background-color css
<style>
a { background-color: #7BBDB6; }
a { background-color: rgb(123,189,182); }
div.DivClassName
{
background-color: #7BBDB6;
}
.BgClassName
{
background-color: #7BBDB6;
}
</style>
border-color css
<style>
span { border-color: #7BBDB6; }
span { border-color: rgb(123,189,182); }
td.TdClassName
{
border-color: #7BBDB6;
}
.TagClassName
{
border-color: #7BBDB6;
}
</style>