Shades of Vista Blue #7BE6B0
Tints of Vista Blue #7BE6B0
RGB
CMYK
RGB Variations
Color information
#7BE6B0 (or 0x7BE6B0) is known color: Vista Blue. HEX triplet: 7B, E6 and B0. RGB value is (123,230,176). Sum of RGB (Red+Green+Blue) = 123+230+176=529 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.25% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 230 - color contains mainly: green. Hex color #7BE6B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BE6B0 is #84194F. Grayscale: #BFBFBF. Windows color (decimal): -8657232 or 11593339. OLE color: 11593339.
HSL color Cylindrical-coordinate representation of color #7BE6B0: hue angle of 149.72º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BE6B0 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 123 | 230 | 176 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.10 |
| HSL | 149.72º | 0.68% | 0.69% | - |
| HSV(B) | 149.72º | 0.47% | 0.9% | - |
| XYZ | 44.3 | 63.94 | 51.08 | - |
| YUV | 191.85 | 119.05 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 230 | 176 | 0.47 | 0 | 0.23 | 0.10 | 149.72 | 0.68 | 0.69 |
| Hex | 7B | E6 | B0 | 2F | 0 | 17 | A | 96 | 44 | 45 |
| Octal | 173 | 346 | 260 | 57 | 0 | 27 | 12 | 226 | 104 | 105 |
| Binary | 1111011 | 11100110 | 10110000 | 101111 | 0 | 10111 | 1010 | 10010110 | 1000100 | 1000101 |
Color Harmonies of #7BE6B0
Complementary color
Monochromatic Colors of #7BE6B0
Black with #7BE6B0
Text Example
Text Example
White with #7BE6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE6B0; }
p { color: rgb(123,230,176); }
H1.HeaderClassName
{
color: #7BE6B0;
}
.AnyTagClassName
{
color: #7BE6B0;
}
</style>
background-color css
<style>
a { background-color: #7BE6B0; }
a { background-color: rgb(123,230,176); }
div.DivClassName
{
background-color: #7BE6B0;
}
.BgClassName
{
background-color: #7BE6B0;
}
</style>
border-color css
<style>
span { border-color: #7BE6B0; }
span { border-color: rgb(123,230,176); }
td.TdClassName
{
border-color: #7BE6B0;
}
.TagClassName
{
border-color: #7BE6B0;
}
</style>