Shades of Vista Blue #7BE2A0
Tints of Vista Blue #7BE2A0
RGB
CMYK
RGB Variations
Color information
#7BE2A0 (or 0x7BE2A0) is known color: Vista Blue. HEX triplet: 7B, E2 and A0. RGB value is (123,226,160). Sum of RGB (Red+Green+Blue) = 123+226+160=509 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.17% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 226 - color contains mainly: green. Hex color #7BE2A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BE2A0 is #841D5F. Grayscale: #BBBBBB. Windows color (decimal): -8658272 or 10543739. OLE color: 10543739.
HSL color Cylindrical-coordinate representation of color #7BE2A0: hue angle of 141.55º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BE2A0 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 123 | 226 | 160 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.11 |
| HSL | 141.55º | 0.64% | 0.68% | - |
| HSV(B) | 141.55º | 0.46% | 0.89% | - |
| XYZ | 41.71 | 61.14 | 42.86 | - |
| YUV | 187.68 | 112.38 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 226 | 160 | 0.46 | 0 | 0.29 | 0.11 | 141.55 | 0.64 | 0.68 |
| Hex | 7B | E2 | A0 | 2E | 0 | 1D | B | 8E | 40 | 44 |
| Octal | 173 | 342 | 240 | 56 | 0 | 35 | 13 | 216 | 100 | 104 |
| Binary | 1111011 | 11100010 | 10100000 | 101110 | 0 | 11101 | 1011 | 10001110 | 1000000 | 1000100 |
Color Harmonies of #7BE2A0
Complementary color
Monochromatic Colors of #7BE2A0
Black with #7BE2A0
Text Example
Text Example
White with #7BE2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE2A0; }
p { color: rgb(123,226,160); }
H1.HeaderClassName
{
color: #7BE2A0;
}
.AnyTagClassName
{
color: #7BE2A0;
}
</style>
background-color css
<style>
a { background-color: #7BE2A0; }
a { background-color: rgb(123,226,160); }
div.DivClassName
{
background-color: #7BE2A0;
}
.BgClassName
{
background-color: #7BE2A0;
}
</style>
border-color css
<style>
span { border-color: #7BE2A0; }
span { border-color: rgb(123,226,160); }
td.TdClassName
{
border-color: #7BE2A0;
}
.TagClassName
{
border-color: #7BE2A0;
}
</style>