Shades of Vista Blue #7BEAAA
Tints of Vista Blue #7BEAAA
RGB
CMYK
RGB Variations
Color information
#7BEAAA (or 0x7BEAAA) is known color: Vista Blue. HEX triplet: 7B, EA and AA. RGB value is (123,234,170). Sum of RGB (Red+Green+Blue) = 123+234+170=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #7BEAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEAAA is #841555. Grayscale: #C1C1C1. Windows color (decimal): -8656214 or 11201147. OLE color: 11201147.
HSL color Cylindrical-coordinate representation of color #7BEAAA: hue angle of 145.41º 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 #7BEAAA is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 234 | 170 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.08 |
| HSL | 145.41º | 0.73% | 0.7% | - |
| HSV(B) | 145.41º | 0.47% | 0.92% | - |
| XYZ | 44.85 | 65.96 | 48.4 | - |
| YUV | 193.52 | 114.73 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 234 | 170 | 0.47 | 0 | 0.27 | 0.08 | 145.41 | 0.73 | 0.7 |
| Hex | 7B | EA | AA | 2F | 0 | 1B | 8 | 91 | 49 | 46 |
| Octal | 173 | 352 | 252 | 57 | 0 | 33 | 10 | 221 | 111 | 106 |
| Binary | 1111011 | 11101010 | 10101010 | 101111 | 0 | 11011 | 1000 | 10010001 | 1001001 | 1000110 |
Color Harmonies of #7BEAAA
Complementary color
Monochromatic Colors of #7BEAAA
Black with #7BEAAA
Text Example
Text Example
White with #7BEAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEAAA; }
p { color: rgb(123,234,170); }
H1.HeaderClassName
{
color: #7BEAAA;
}
.AnyTagClassName
{
color: #7BEAAA;
}
</style>
background-color css
<style>
a { background-color: #7BEAAA; }
a { background-color: rgb(123,234,170); }
div.DivClassName
{
background-color: #7BEAAA;
}
.BgClassName
{
background-color: #7BEAAA;
}
</style>
border-color css
<style>
span { border-color: #7BEAAA; }
span { border-color: rgb(123,234,170); }
td.TdClassName
{
border-color: #7BEAAA;
}
.TagClassName
{
border-color: #7BEAAA;
}
</style>