Shades of Vista Blue #7CF2AC
Tints of Vista Blue #7CF2AC
RGB
CMYK
RGB Variations
Color information
#7CF2AC (or 0x7CF2AC) is known color: Vista Blue. HEX triplet: 7C, F2 and AC. RGB value is (124,242,172). Sum of RGB (Red+Green+Blue) = 124+242+172=538 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.05% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF2AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF2AC is #830D53. Grayscale: #C6C6C6. Windows color (decimal): -8588628 or 11334268. OLE color: 11334268.
HSL color Cylindrical-coordinate representation of color #7CF2AC: hue angle of 144.41º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF2AC is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 172 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.05 |
| HSL | 144.41º | 0.82% | 0.72% | - |
| HSV(B) | 144.41º | 0.49% | 0.95% | - |
| XYZ | 47.51 | 70.77 | 50.19 | - |
| YUV | 198.74 | 112.91 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 172 | 0.49 | 0 | 0.29 | 0.05 | 144.41 | 0.82 | 0.72 |
| Hex | 7C | F2 | AC | 31 | 0 | 1D | 5 | 90 | 52 | 48 |
| Octal | 174 | 362 | 254 | 61 | 0 | 35 | 5 | 220 | 122 | 110 |
| Binary | 1111100 | 11110010 | 10101100 | 110001 | 0 | 11101 | 101 | 10010000 | 1010010 | 1001000 |
Color Harmonies of #7CF2AC
Complementary color
Monochromatic Colors of #7CF2AC
Black with #7CF2AC
Text Example
Text Example
White with #7CF2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF2AC; }
p { color: rgb(124,242,172); }
H1.HeaderClassName
{
color: #7CF2AC;
}
.AnyTagClassName
{
color: #7CF2AC;
}
</style>
background-color css
<style>
a { background-color: #7CF2AC; }
a { background-color: rgb(124,242,172); }
div.DivClassName
{
background-color: #7CF2AC;
}
.BgClassName
{
background-color: #7CF2AC;
}
</style>
border-color css
<style>
span { border-color: #7CF2AC; }
span { border-color: rgb(124,242,172); }
td.TdClassName
{
border-color: #7CF2AC;
}
.TagClassName
{
border-color: #7CF2AC;
}
</style>