Shades of Vista Blue #7BEAA3
Tints of Vista Blue #7BEAA3
RGB
CMYK
RGB Variations
Color information
#7BEAA3 (or 0x7BEAA3) is known color: Vista Blue. HEX triplet: 7B, EA and A3. RGB value is (123,234,163). Sum of RGB (Red+Green+Blue) = 123+234+163=520 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.65% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 163 (64.06% from 255 or 31.35% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #7BEAA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEAA3 is #84155C. Grayscale: #C0C0C0. Windows color (decimal): -8656221 or 10742395. OLE color: 10742395.
HSL color Cylindrical-coordinate representation of color #7BEAA3: hue angle of 141.62º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BEAA3 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 234 | 163 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.08 |
| HSL | 141.62º | 0.73% | 0.7% | - |
| HSV(B) | 141.62º | 0.47% | 0.92% | - |
| XYZ | 44.2 | 65.7 | 45 | - |
| YUV | 192.72 | 111.23 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 234 | 163 | 0.47 | 0 | 0.30 | 0.08 | 141.62 | 0.73 | 0.7 |
| Hex | 7B | EA | A3 | 2F | 0 | 1E | 8 | 8E | 49 | 46 |
| Octal | 173 | 352 | 243 | 57 | 0 | 36 | 10 | 216 | 111 | 106 |
| Binary | 1111011 | 11101010 | 10100011 | 101111 | 0 | 11110 | 1000 | 10001110 | 1001001 | 1000110 |
Color Harmonies of #7BEAA3
Complementary color
Monochromatic Colors of #7BEAA3
Black with #7BEAA3
Text Example
Text Example
White with #7BEAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEAA3; }
p { color: rgb(123,234,163); }
H1.HeaderClassName
{
color: #7BEAA3;
}
.AnyTagClassName
{
color: #7BEAA3;
}
</style>
background-color css
<style>
a { background-color: #7BEAA3; }
a { background-color: rgb(123,234,163); }
div.DivClassName
{
background-color: #7BEAA3;
}
.BgClassName
{
background-color: #7BEAA3;
}
</style>
border-color css
<style>
span { border-color: #7BEAA3; }
span { border-color: rgb(123,234,163); }
td.TdClassName
{
border-color: #7BEAA3;
}
.TagClassName
{
border-color: #7BEAA3;
}
</style>