Shades of Monte Carlo #7BD6B2
Tints of Monte Carlo #7BD6B2
RGB
CMYK
RGB Variations
Color information
#7BD6B2 (or 0x7BD6B2) is known color: Monte Carlo. HEX triplet: 7B, D6 and B2. RGB value is (123,214,178). Sum of RGB (Red+Green+Blue) = 123+214+178=515 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.88% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #7BD6B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD6B2 is #84294D. Grayscale: #B6B6B6. Windows color (decimal): -8661326 or 11720315. OLE color: 11720315.
HSL color Cylindrical-coordinate representation of color #7BD6B2: hue angle of 156.26º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BD6B2 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 214 | 178 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.16 |
| HSL | 156.26º | 0.53% | 0.66% | - |
| HSV(B) | 156.26º | 0.43% | 0.84% | - |
| XYZ | 40.25 | 55.52 | 50.71 | - |
| YUV | 182.69 | 125.35 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 214 | 178 | 0.43 | 0 | 0.17 | 0.16 | 156.26 | 0.53 | 0.66 |
| Hex | 7B | D6 | B2 | 2B | 0 | 11 | 10 | 9C | 35 | 42 |
| Octal | 173 | 326 | 262 | 53 | 0 | 21 | 20 | 234 | 65 | 102 |
| Binary | 1111011 | 11010110 | 10110010 | 101011 | 0 | 10001 | 10000 | 10011100 | 110101 | 1000010 |
Color Harmonies of #7BD6B2
Complementary color
Monochromatic Colors of #7BD6B2
Black with #7BD6B2
Text Example
Text Example
White with #7BD6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD6B2; }
p { color: rgb(123,214,178); }
H1.HeaderClassName
{
color: #7BD6B2;
}
.AnyTagClassName
{
color: #7BD6B2;
}
</style>
background-color css
<style>
a { background-color: #7BD6B2; }
a { background-color: rgb(123,214,178); }
div.DivClassName
{
background-color: #7BD6B2;
}
.BgClassName
{
background-color: #7BD6B2;
}
</style>
border-color css
<style>
span { border-color: #7BD6B2; }
span { border-color: rgb(123,214,178); }
td.TdClassName
{
border-color: #7BD6B2;
}
.TagClassName
{
border-color: #7BD6B2;
}
</style>