Shades of Vista Blue #7BE3AF
Tints of Vista Blue #7BE3AF
RGB
CMYK
RGB Variations
Color information
#7BE3AF (or 0x7BE3AF) is known color: Vista Blue. HEX triplet: 7B, E3 and AF. RGB value is (123,227,175). Sum of RGB (Red+Green+Blue) = 123+227+175=525 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.43% from 525); Green value is 227 (89.06% from 255 or 43.24% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 227 - color contains mainly: green. Hex color #7BE3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BE3AF is #841C50. Grayscale: #BEBEBE. Windows color (decimal): -8658001 or 11527035. OLE color: 11527035.
HSL color Cylindrical-coordinate representation of color #7BE3AF: hue angle of 150º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BE3AF is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 123 | 227 | 175 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.11 |
| HSL | 150º | 0.65% | 0.69% | - |
| HSV(B) | 150º | 0.46% | 0.89% | - |
| XYZ | 43.38 | 62.24 | 50.29 | - |
| YUV | 189.98 | 119.54 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 227 | 175 | 0.46 | 0 | 0.23 | 0.11 | 150 | 0.65 | 0.69 |
| Hex | 7B | E3 | AF | 2E | 0 | 17 | B | 96 | 41 | 45 |
| Octal | 173 | 343 | 257 | 56 | 0 | 27 | 13 | 226 | 101 | 105 |
| Binary | 1111011 | 11100011 | 10101111 | 101110 | 0 | 10111 | 1011 | 10010110 | 1000001 | 1000101 |
Color Harmonies of #7BE3AF
Complementary color
Monochromatic Colors of #7BE3AF
Black with #7BE3AF
Text Example
Text Example
White with #7BE3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE3AF; }
p { color: rgb(123,227,175); }
H1.HeaderClassName
{
color: #7BE3AF;
}
.AnyTagClassName
{
color: #7BE3AF;
}
</style>
background-color css
<style>
a { background-color: #7BE3AF; }
a { background-color: rgb(123,227,175); }
div.DivClassName
{
background-color: #7BE3AF;
}
.BgClassName
{
background-color: #7BE3AF;
}
</style>
border-color css
<style>
span { border-color: #7BE3AF; }
span { border-color: rgb(123,227,175); }
td.TdClassName
{
border-color: #7BE3AF;
}
.TagClassName
{
border-color: #7BE3AF;
}
</style>