Shades of Vista Blue #7BE1AC
Tints of Vista Blue #7BE1AC
RGB
CMYK
RGB Variations
Color information
#7BE1AC (or 0x7BE1AC) is known color: Vista Blue. HEX triplet: 7B, E1 and AC. RGB value is (123,225,172). Sum of RGB (Red+Green+Blue) = 123+225+172=520 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.65% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 225 - color contains mainly: green. Hex color #7BE1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BE1AC is #841E53. Grayscale: #BCBCBC. Windows color (decimal): -8658516 or 11329915. OLE color: 11329915.
HSL color Cylindrical-coordinate representation of color #7BE1AC: hue angle of 148.82º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BE1AC is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 123 | 225 | 172 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.12 |
| HSL | 148.82º | 0.63% | 0.68% | - |
| HSV(B) | 148.82º | 0.45% | 0.88% | - |
| XYZ | 42.54 | 61.04 | 48.57 | - |
| YUV | 188.46 | 118.71 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 225 | 172 | 0.45 | 0 | 0.24 | 0.12 | 148.82 | 0.63 | 0.68 |
| Hex | 7B | E1 | AC | 2D | 0 | 18 | C | 95 | 3F | 44 |
| Octal | 173 | 341 | 254 | 55 | 0 | 30 | 14 | 225 | 77 | 104 |
| Binary | 1111011 | 11100001 | 10101100 | 101101 | 0 | 11000 | 1100 | 10010101 | 111111 | 1000100 |
Color Harmonies of #7BE1AC
Complementary color
Monochromatic Colors of #7BE1AC
Black with #7BE1AC
Text Example
Text Example
White with #7BE1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE1AC; }
p { color: rgb(123,225,172); }
H1.HeaderClassName
{
color: #7BE1AC;
}
.AnyTagClassName
{
color: #7BE1AC;
}
</style>
background-color css
<style>
a { background-color: #7BE1AC; }
a { background-color: rgb(123,225,172); }
div.DivClassName
{
background-color: #7BE1AC;
}
.BgClassName
{
background-color: #7BE1AC;
}
</style>
border-color css
<style>
span { border-color: #7BE1AC; }
span { border-color: rgb(123,225,172); }
td.TdClassName
{
border-color: #7BE1AC;
}
.TagClassName
{
border-color: #7BE1AC;
}
</style>