Shades of Monte Carlo #7BBDB3
Tints of Monte Carlo #7BBDB3
RGB
CMYK
RGB Variations
Color information
#7BBDB3 (or 0x7BBDB3) is known color: Monte Carlo. HEX triplet: 7B, BD and B3. RGB value is (123,189,179). Sum of RGB (Red+Green+Blue) = 123+189+179=491 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25.05% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 189 - color contains mainly: green. Hex color #7BBDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBDB3 is #84424C. Grayscale: #A8A8A8. Windows color (decimal): -8667725 or 11779451. OLE color: 11779451.
HSL color Cylindrical-coordinate representation of color #7BBDB3: hue angle of 170.91º 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 #7BBDB3 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 189 | 179 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.26 |
| HSL | 170.91º | 0.33% | 0.61% | - |
| HSV(B) | 170.91º | 0.35% | 0.74% | - |
| XYZ | 34.5 | 43.86 | 49.3 | - |
| YUV | 168.13 | 134.13 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 189 | 179 | 0.35 | 0 | 0.05 | 0.26 | 170.91 | 0.33 | 0.61 |
| Hex | 7B | BD | B3 | 23 | 0 | 5 | 1A | AB | 21 | 3D |
| Octal | 173 | 275 | 263 | 43 | 0 | 5 | 32 | 253 | 41 | 75 |
| Binary | 1111011 | 10111101 | 10110011 | 100011 | 0 | 101 | 11010 | 10101011 | 100001 | 111101 |
Color Harmonies of #7BBDB3
Complementary color
Monochromatic Colors of #7BBDB3
Black with #7BBDB3
Text Example
Text Example
White with #7BBDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBDB3; }
p { color: rgb(123,189,179); }
H1.HeaderClassName
{
color: #7BBDB3;
}
.AnyTagClassName
{
color: #7BBDB3;
}
</style>
background-color css
<style>
a { background-color: #7BBDB3; }
a { background-color: rgb(123,189,179); }
div.DivClassName
{
background-color: #7BBDB3;
}
.BgClassName
{
background-color: #7BBDB3;
}
</style>
border-color css
<style>
span { border-color: #7BBDB3; }
span { border-color: rgb(123,189,179); }
td.TdClassName
{
border-color: #7BBDB3;
}
.TagClassName
{
border-color: #7BBDB3;
}
</style>