Shades of Vista Blue #7BE7AD
Tints of Vista Blue #7BE7AD
RGB
CMYK
RGB Variations
Color information
#7BE7AD (or 0x7BE7AD) is known color: Vista Blue. HEX triplet: 7B, E7 and AD. RGB value is (123,231,173). Sum of RGB (Red+Green+Blue) = 123+231+173=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 231 (90.62% from 255 or 43.83% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 231 - color contains mainly: green. Hex color #7BE7AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BE7AD is #841852. Grayscale: #C0C0C0. Windows color (decimal): -8656979 or 11396987. OLE color: 11396987.
HSL color Cylindrical-coordinate representation of color #7BE7AD: hue angle of 147.78º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BE7AD is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 123 | 231 | 173 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.09 |
| HSL | 147.78º | 0.69% | 0.69% | - |
| HSV(B) | 147.78º | 0.47% | 0.91% | - |
| XYZ | 44.29 | 64.38 | 49.63 | - |
| YUV | 192.1 | 117.22 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 231 | 173 | 0.47 | 0 | 0.25 | 0.09 | 147.78 | 0.69 | 0.69 |
| Hex | 7B | E7 | AD | 2F | 0 | 19 | 9 | 94 | 45 | 45 |
| Octal | 173 | 347 | 255 | 57 | 0 | 31 | 11 | 224 | 105 | 105 |
| Binary | 1111011 | 11100111 | 10101101 | 101111 | 0 | 11001 | 1001 | 10010100 | 1000101 | 1000101 |
Color Harmonies of #7BE7AD
Complementary color
Monochromatic Colors of #7BE7AD
Black with #7BE7AD
Text Example
Text Example
White with #7BE7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE7AD; }
p { color: rgb(123,231,173); }
H1.HeaderClassName
{
color: #7BE7AD;
}
.AnyTagClassName
{
color: #7BE7AD;
}
</style>
background-color css
<style>
a { background-color: #7BE7AD; }
a { background-color: rgb(123,231,173); }
div.DivClassName
{
background-color: #7BE7AD;
}
.BgClassName
{
background-color: #7BE7AD;
}
</style>
border-color css
<style>
span { border-color: #7BE7AD; }
span { border-color: rgb(123,231,173); }
td.TdClassName
{
border-color: #7BE7AD;
}
.TagClassName
{
border-color: #7BE7AD;
}
</style>