Shades of Vista Blue #7FE9AC
Tints of Vista Blue #7FE9AC
RGB
CMYK
RGB Variations
Color information
#7FE9AC (or 0x7FE9AC) is known color: Vista Blue. HEX triplet: 7F, E9 and AC. RGB value is (127,233,172). Sum of RGB (Red+Green+Blue) = 127+233+172=532 (70% of max value = 765). Red value is 127 (50% from 255 or 23.87% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #7FE9AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FE9AC is #801653. Grayscale: #C2C2C2. Windows color (decimal): -8394324 or 11331967. OLE color: 11331967.
HSL color Cylindrical-coordinate representation of color #7FE9AC: hue angle of 145.47º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE9AC is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 233 | 172 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.09 |
| HSL | 145.47º | 0.71% | 0.71% | - |
| HSV(B) | 145.47º | 0.45% | 0.91% | - |
| XYZ | 45.34 | 65.77 | 49.33 | - |
| YUV | 194.35 | 115.38 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 233 | 172 | 0.45 | 0 | 0.26 | 0.09 | 145.47 | 0.71 | 0.71 |
| Hex | 7F | E9 | AC | 2D | 0 | 1A | 9 | 91 | 47 | 47 |
| Octal | 177 | 351 | 254 | 55 | 0 | 32 | 11 | 221 | 107 | 107 |
| Binary | 1111111 | 11101001 | 10101100 | 101101 | 0 | 11010 | 1001 | 10010001 | 1000111 | 1000111 |
Color Harmonies of #7FE9AC
Complementary color
Monochromatic Colors of #7FE9AC
Black with #7FE9AC
Text Example
Text Example
White with #7FE9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE9AC; }
p { color: rgb(127,233,172); }
H1.HeaderClassName
{
color: #7FE9AC;
}
.AnyTagClassName
{
color: #7FE9AC;
}
</style>
background-color css
<style>
a { background-color: #7FE9AC; }
a { background-color: rgb(127,233,172); }
div.DivClassName
{
background-color: #7FE9AC;
}
.BgClassName
{
background-color: #7FE9AC;
}
</style>
border-color css
<style>
span { border-color: #7FE9AC; }
span { border-color: rgb(127,233,172); }
td.TdClassName
{
border-color: #7FE9AC;
}
.TagClassName
{
border-color: #7FE9AC;
}
</style>