Shades of Vista Blue #7CF1AA
Tints of Vista Blue #7CF1AA
RGB
CMYK
RGB Variations
Color information
#7CF1AA (or 0x7CF1AA) is known color: Vista Blue. HEX triplet: 7C, F1 and AA. RGB value is (124,241,170). Sum of RGB (Red+Green+Blue) = 124+241+170=535 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.18% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF1AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF1AA is #830E55. Grayscale: #C6C6C6. Windows color (decimal): -8588886 or 11202940. OLE color: 11202940.
HSL color Cylindrical-coordinate representation of color #7CF1AA: hue angle of 143.59º degrees, saturation: 0.81, 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 #7CF1AA is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 241 | 170 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.05 |
| HSL | 143.59º | 0.81% | 0.72% | - |
| HSV(B) | 143.59º | 0.49% | 0.95% | - |
| XYZ | 47.02 | 70.1 | 49.08 | - |
| YUV | 197.92 | 112.24 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 241 | 170 | 0.49 | 0 | 0.29 | 0.05 | 143.59 | 0.81 | 0.72 |
| Hex | 7C | F1 | AA | 31 | 0 | 1D | 5 | 90 | 51 | 48 |
| Octal | 174 | 361 | 252 | 61 | 0 | 35 | 5 | 220 | 121 | 110 |
| Binary | 1111100 | 11110001 | 10101010 | 110001 | 0 | 11101 | 101 | 10010000 | 1010001 | 1001000 |
Color Harmonies of #7CF1AA
Complementary color
Monochromatic Colors of #7CF1AA
Black with #7CF1AA
Text Example
Text Example
White with #7CF1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF1AA; }
p { color: rgb(124,241,170); }
H1.HeaderClassName
{
color: #7CF1AA;
}
.AnyTagClassName
{
color: #7CF1AA;
}
</style>
background-color css
<style>
a { background-color: #7CF1AA; }
a { background-color: rgb(124,241,170); }
div.DivClassName
{
background-color: #7CF1AA;
}
.BgClassName
{
background-color: #7CF1AA;
}
</style>
border-color css
<style>
span { border-color: #7CF1AA; }
span { border-color: rgb(124,241,170); }
td.TdClassName
{
border-color: #7CF1AA;
}
.TagClassName
{
border-color: #7CF1AA;
}
</style>