Shades of Vista Blue #7BE0B1
Tints of Vista Blue #7BE0B1
RGB
CMYK
RGB Variations
Color information
#7BE0B1 (or 0x7BE0B1) is known color: Vista Blue. HEX triplet: 7B, E0 and B1. RGB value is (123,224,177). Sum of RGB (Red+Green+Blue) = 123+224+177=524 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.47% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #7BE0B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BE0B1 is #841F4E. Grayscale: #BCBCBC. Windows color (decimal): -8658767 or 11657339. OLE color: 11657339.
HSL color Cylindrical-coordinate representation of color #7BE0B1: hue angle of 152.08º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BE0B1 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 123 | 224 | 177 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.12 |
| HSL | 152.08º | 0.62% | 0.68% | - |
| HSV(B) | 152.08º | 0.45% | 0.88% | - |
| XYZ | 42.76 | 60.7 | 51.06 | - |
| YUV | 188.44 | 121.54 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 224 | 177 | 0.45 | 0 | 0.21 | 0.12 | 152.08 | 0.62 | 0.68 |
| Hex | 7B | E0 | B1 | 2D | 0 | 15 | C | 98 | 3E | 44 |
| Octal | 173 | 340 | 261 | 55 | 0 | 25 | 14 | 230 | 76 | 104 |
| Binary | 1111011 | 11100000 | 10110001 | 101101 | 0 | 10101 | 1100 | 10011000 | 111110 | 1000100 |
Color Harmonies of #7BE0B1
Complementary color
Monochromatic Colors of #7BE0B1
Black with #7BE0B1
Text Example
Text Example
White with #7BE0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE0B1; }
p { color: rgb(123,224,177); }
H1.HeaderClassName
{
color: #7BE0B1;
}
.AnyTagClassName
{
color: #7BE0B1;
}
</style>
background-color css
<style>
a { background-color: #7BE0B1; }
a { background-color: rgb(123,224,177); }
div.DivClassName
{
background-color: #7BE0B1;
}
.BgClassName
{
background-color: #7BE0B1;
}
</style>
border-color css
<style>
span { border-color: #7BE0B1; }
span { border-color: rgb(123,224,177); }
td.TdClassName
{
border-color: #7BE0B1;
}
.TagClassName
{
border-color: #7BE0B1;
}
</style>