Shades of Vista Blue #7CF2AA
Tints of Vista Blue #7CF2AA
RGB
CMYK
RGB Variations
Color information
#7CF2AA (or 0x7CF2AA) is known color: Vista Blue. HEX triplet: 7C, F2 and AA. RGB value is (124,242,170). Sum of RGB (Red+Green+Blue) = 124+242+170=536 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.13% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF2AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF2AA is #830D55. Grayscale: #C6C6C6. Windows color (decimal): -8588630 or 11203196. OLE color: 11203196.
HSL color Cylindrical-coordinate representation of color #7CF2AA: hue angle of 143.39º 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 #7CF2AA is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 170 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.05 |
| HSL | 143.39º | 0.82% | 0.72% | - |
| HSV(B) | 143.39º | 0.49% | 0.95% | - |
| XYZ | 47.32 | 70.69 | 49.18 | - |
| YUV | 198.51 | 111.91 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 170 | 0.49 | 0 | 0.30 | 0.05 | 143.39 | 0.82 | 0.72 |
| Hex | 7C | F2 | AA | 31 | 0 | 1E | 5 | 8F | 52 | 48 |
| Octal | 174 | 362 | 252 | 61 | 0 | 36 | 5 | 217 | 122 | 110 |
| Binary | 1111100 | 11110010 | 10101010 | 110001 | 0 | 11110 | 101 | 10001111 | 1010010 | 1001000 |
Color Harmonies of #7CF2AA
Complementary color
Monochromatic Colors of #7CF2AA
Black with #7CF2AA
Text Example
Text Example
White with #7CF2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF2AA; }
p { color: rgb(124,242,170); }
H1.HeaderClassName
{
color: #7CF2AA;
}
.AnyTagClassName
{
color: #7CF2AA;
}
</style>
background-color css
<style>
a { background-color: #7CF2AA; }
a { background-color: rgb(124,242,170); }
div.DivClassName
{
background-color: #7CF2AA;
}
.BgClassName
{
background-color: #7CF2AA;
}
</style>
border-color css
<style>
span { border-color: #7CF2AA; }
span { border-color: rgb(124,242,170); }
td.TdClassName
{
border-color: #7CF2AA;
}
.TagClassName
{
border-color: #7CF2AA;
}
</style>