Shades of Monte Carlo #7BD2B5
Tints of Monte Carlo #7BD2B5
RGB
CMYK
RGB Variations
Color information
#7BD2B5 (or 0x7BD2B5) is known color: Monte Carlo. HEX triplet: 7B, D2 and B5. RGB value is (123,210,181). Sum of RGB (Red+Green+Blue) = 123+210+181=514 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.93% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #7BD2B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD2B5 is #842D4A. Grayscale: #B4B4B4. Windows color (decimal): -8662347 or 11915899. OLE color: 11915899.
HSL color Cylindrical-coordinate representation of color #7BD2B5: hue angle of 160º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BD2B5 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 210 | 181 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.18 |
| HSL | 160º | 0.49% | 0.65% | - |
| HSV(B) | 160º | 0.41% | 0.82% | - |
| XYZ | 39.56 | 53.64 | 51.98 | - |
| YUV | 180.68 | 128.18 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 210 | 181 | 0.41 | 0 | 0.14 | 0.18 | 160 | 0.49 | 0.65 |
| Hex | 7B | D2 | B5 | 29 | 0 | E | 12 | A0 | 31 | 41 |
| Octal | 173 | 322 | 265 | 51 | 0 | 16 | 22 | 240 | 61 | 101 |
| Binary | 1111011 | 11010010 | 10110101 | 101001 | 0 | 1110 | 10010 | 10100000 | 110001 | 1000001 |
Color Harmonies of #7BD2B5
Complementary color
Monochromatic Colors of #7BD2B5
Black with #7BD2B5
Text Example
Text Example
White with #7BD2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD2B5; }
p { color: rgb(123,210,181); }
H1.HeaderClassName
{
color: #7BD2B5;
}
.AnyTagClassName
{
color: #7BD2B5;
}
</style>
background-color css
<style>
a { background-color: #7BD2B5; }
a { background-color: rgb(123,210,181); }
div.DivClassName
{
background-color: #7BD2B5;
}
.BgClassName
{
background-color: #7BD2B5;
}
</style>
border-color css
<style>
span { border-color: #7BD2B5; }
span { border-color: rgb(123,210,181); }
td.TdClassName
{
border-color: #7BD2B5;
}
.TagClassName
{
border-color: #7BD2B5;
}
</style>