Shades of Vista Blue #7BE2AD
Tints of Vista Blue #7BE2AD
RGB
CMYK
RGB Variations
Color information
#7BE2AD (or 0x7BE2AD) is known color: Vista Blue. HEX triplet: 7B, E2 and AD. RGB value is (123,226,173). Sum of RGB (Red+Green+Blue) = 123+226+173=522 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.56% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 226 - color contains mainly: green. Hex color #7BE2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BE2AD is #841D52. Grayscale: #BDBDBD. Windows color (decimal): -8658259 or 11395707. OLE color: 11395707.
HSL color Cylindrical-coordinate representation of color #7BE2AD: hue angle of 149.13º 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 #7BE2AD is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 123 | 226 | 173 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.11 |
| HSL | 149.13º | 0.64% | 0.68% | - |
| HSV(B) | 149.13º | 0.46% | 0.89% | - |
| XYZ | 42.91 | 61.62 | 49.17 | - |
| YUV | 189.16 | 118.88 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 226 | 173 | 0.46 | 0 | 0.23 | 0.11 | 149.13 | 0.64 | 0.68 |
| Hex | 7B | E2 | AD | 2E | 0 | 17 | B | 95 | 40 | 44 |
| Octal | 173 | 342 | 255 | 56 | 0 | 27 | 13 | 225 | 100 | 104 |
| Binary | 1111011 | 11100010 | 10101101 | 101110 | 0 | 10111 | 1011 | 10010101 | 1000000 | 1000100 |
Color Harmonies of #7BE2AD
Complementary color
Monochromatic Colors of #7BE2AD
Black with #7BE2AD
Text Example
Text Example
White with #7BE2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE2AD; }
p { color: rgb(123,226,173); }
H1.HeaderClassName
{
color: #7BE2AD;
}
.AnyTagClassName
{
color: #7BE2AD;
}
</style>
background-color css
<style>
a { background-color: #7BE2AD; }
a { background-color: rgb(123,226,173); }
div.DivClassName
{
background-color: #7BE2AD;
}
.BgClassName
{
background-color: #7BE2AD;
}
</style>
border-color css
<style>
span { border-color: #7BE2AD; }
span { border-color: rgb(123,226,173); }
td.TdClassName
{
border-color: #7BE2AD;
}
.TagClassName
{
border-color: #7BE2AD;
}
</style>