Shades of Monte Carlo #7BBDB2
Tints of Monte Carlo #7BBDB2
RGB
CMYK
RGB Variations
Color information
#7BBDB2 (or 0x7BBDB2) is known color: Monte Carlo. HEX triplet: 7B, BD and B2. RGB value is (123,189,178). Sum of RGB (Red+Green+Blue) = 123+189+178=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #7BBDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBDB2 is #84424D. Grayscale: #A7A7A7. Windows color (decimal): -8667726 or 11713915. OLE color: 11713915.
HSL color Cylindrical-coordinate representation of color #7BBDB2: hue angle of 170º 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 #7BBDB2 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 189 | 178 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.26 |
| HSL | 170º | 0.33% | 0.61% | - |
| HSV(B) | 170º | 0.35% | 0.74% | - |
| XYZ | 34.4 | 43.82 | 48.76 | - |
| YUV | 168.01 | 133.63 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 189 | 178 | 0.35 | 0 | 0.06 | 0.26 | 170 | 0.33 | 0.61 |
| Hex | 7B | BD | B2 | 23 | 0 | 6 | 1A | AA | 21 | 3D |
| Octal | 173 | 275 | 262 | 43 | 0 | 6 | 32 | 252 | 41 | 75 |
| Binary | 1111011 | 10111101 | 10110010 | 100011 | 0 | 110 | 11010 | 10101010 | 100001 | 111101 |
Color Harmonies of #7BBDB2
Complementary color
Monochromatic Colors of #7BBDB2
Black with #7BBDB2
Text Example
Text Example
White with #7BBDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBDB2; }
p { color: rgb(123,189,178); }
H1.HeaderClassName
{
color: #7BBDB2;
}
.AnyTagClassName
{
color: #7BBDB2;
}
</style>
background-color css
<style>
a { background-color: #7BBDB2; }
a { background-color: rgb(123,189,178); }
div.DivClassName
{
background-color: #7BBDB2;
}
.BgClassName
{
background-color: #7BBDB2;
}
</style>
border-color css
<style>
span { border-color: #7BBDB2; }
span { border-color: rgb(123,189,178); }
td.TdClassName
{
border-color: #7BBDB2;
}
.TagClassName
{
border-color: #7BBDB2;
}
</style>